isUserGestureDisabled property Null safety
If somehow you want to check if gestures are disabled or not Returns bool
Implementation
bool get isUserGestureDisabled => _provider?.isUserGestureDisabled ?? false;
If somehow you want to check if gestures are disabled or not Returns bool
bool get isUserGestureDisabled => _provider?.isUserGestureDisabled ?? false;