Answers for "flutter container see thru background color"

2

background color to container flutter

new Container(
  width: 100,
  height: 30,
  decoration: new BoxDecoration(
    color: Colors.green
  ),
 )
Posted by: Guest on November-13-2020

Code answers related to "flutter container see thru background color"

Browse Popular Code Answers by Language