panSlop property Null safety
The touch slop value for pan gestures, in logical pixels, or null
if it
was not set.
Implementation
double? get panSlop => touchSlop != null ? (touchSlop! * 2) : null;
The touch slop value for pan gestures, in logical pixels, or null
if it
was not set.
double? get panSlop => touchSlop != null ? (touchSlop! * 2) : null;