menu
orkitt package
documentation
ui.dart
BoxDecorationDSL
bg method
bg method
dark_mode
light_mode
bg
method
BoxDecoration
bg
(
Color
color
)
Set background color
Implementation
BoxDecoration bg(Color color) => copyWith(color: color);
orkitt package
documentation
ui
BoxDecorationDSL
bg method
BoxDecorationDSL extension on
BoxDecoration