Answers for "flutter container backgroundcolor"

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 backgroundcolor"

Browse Popular Code Answers by Language