In this tutorial, we will focus on giving padding to a Container widget. ... padding: EdgeInsets.all(5), color: Colors.green, child: Container( width: 150, ...
確定! 回上一頁