setRotation(double newRotation) { _rotation = newRotation; // This call tells the widgets that // are listening to this model to rebuild. notifyListeners(); } double getRotation() => _rotation; }
setRotation(double newRotation) { _rotation = newRotation; // This call tells the widgets that // are listening to this model to rebuild. notifyListeners(); } double getRotation() => _rotation; }
setRotation(double newRotation) { _rotation = newRotation; // This call tells the widgets that // are listening to this model to rebuild. notifyListeners(); } double getRotation() => _rotation; }