menu
fast_app_base package
documentation
common/common.dart
VxBox
color method
color method
dark_mode
light_mode
color
method
VxBox
color
(
Color
color
)
Sets the color property of the box.
Implementation
VxBox color(Color color) => this..velocityColor = color;
fast_app_base package
documentation
common/common
VxBox
color method
VxBox class