menu
flutstrap package
documentation
layout/flutstrap_container.dart
FlutstrapContainer
withColor method
withColor method
dark_mode
light_mode
withColor
method
FlutstrapContainer
withColor
(
Color
newColor
)
Implementation
FlutstrapContainer withColor(Color newColor) => copyWith(color: newColor);
flutstrap package
documentation
layout/flutstrap_container
FlutstrapContainer
withColor method
FlutstrapContainer class