background style dart code example
Example 1: background style dart
BackgroundStyle BackgroundStyle = new TextStyle(
color: color.white,
//you can create file for styles and call it whenever you need it
);
Example 2: background style dart
backgroundColor: Colors.white,