How To Change Color In Container Flutter

[Solved] How To Change Color In Container Flutter | Dart - Code Explorer | yomemimo.com
Question : how to change color in container flutter

Answered by : idan-biton

new Container( color: Colors.pink, decoration: new BoxDecoration( borderRadius: new BorderRadius.circular(16.0), color: Colors.green, ),
);

Source : https://stackoverflow.com/questions/45724567/flutter-boxdecoration-s-background-color-overrides-the-containers-background-co | Last Update : Tue, 28 Dec 21

Answers related to how to change color in container flutter

Code Explorer Popular Question For Dart