menu
clara package
documentation
extensions/widget_extension.dart
WidgetExtensions
backgroundColor method
backgroundColor method
dark_mode
light_mode
backgroundColor
method
Widget
backgroundColor
(
Color
color
)
Implementation
Widget backgroundColor(Color color) => ColoredBox(color: color, child: this);
clara package
documentation
extensions/widget_extension
WidgetExtensions
backgroundColor method
WidgetExtensions extension on
Widget