isUserGestureDisabled property

bool isUserGestureDisabled

If somehow you want to check if gestures are disabled or not Returns bool

Implementation

bool get isUserGestureDisabled => _provider?.isUserGestureDisabled ?? false;