void showLoading({String? msg, bool animation = true}) { _animation = animation; _isLoading = true; _loadingText = msg; notifyListeners(); }