menu
orkitt package
documentation
ui.dart
ContainerDSL
bgColor method
bgColor method
dark_mode
light_mode
bgColor
method
Container
bgColor
(
Color
color
)
Implementation
Container bgColor(Color color) => copyWith(color: color);
orkitt package
documentation
ui
ContainerDSL
bgColor method
ContainerDSL extension on
Container