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