gestureSettings property

DeviceGestureSettings gestureSettings

Returns gestureSettings for the nearest MediaQuery ancestor or throws an exception, if no such ancestor exists.

Implementation

DeviceGestureSettings get gestureSettings =>
    MediaQuery.gestureSettingsOf(this);