GestureLongPressStartCallable typedef
typedef GestureLongPressStartCallback = void Function(LongPressStartDetails details);
Implementation
typedef GestureLongPressStartCallable = Callable1<void, LongPressStartDetails>;
typedef GestureLongPressStartCallback = void Function(LongPressStartDetails details);
typedef GestureLongPressStartCallable = Callable1<void, LongPressStartDetails>;