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