showWarningTips property

bool get showWarningTips

Implementation

bool get showWarningTips => _showWarningTips;
set showWarningTips (bool value)

Implementation

set showWarningTips(bool value) {
  _showWarningTips = value;
  notifyListeners();
}