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