toggleMoving method
void
toggleMoving()
Toggles the moving state of the floating widget.
Implementation
void toggleMoving() {
_isMoving = !_isMoving;
notifyListeners();
}
Toggles the moving state of the floating widget.
void toggleMoving() {
_isMoving = !_isMoving;
notifyListeners();
}