menu
multi_clickable_shape_widget package
documentation
widget/ShapeController.dart
MultiClickableShapeController
changeMinusW method
changeMinusW method
dark_mode
light_mode
changeMinusW
method
void
changeMinusW
(
)
Implementation
void changeMinusW() { _width = _width - 1; notifyListeners(); }
multi_clickable_shape_widget package
documentation
widget/ShapeController
MultiClickableShapeController
changeMinusW method
MultiClickableShapeController class