menu
widget_extensions_functions package
documentation
widget_extensions.dart
WidgetExtensions
background method
background method
dark_mode
light_mode
background
method
Widget
background
(
Color
color
)
Implementation
Widget background(Color color) { return Container( child: this, color: color, ); }
widget_extensions_functions package
documentation
widget_extensions
WidgetExtensions
background method
WidgetExtensions extension on
Widget