longPressOf static method
Implementation
static bool longPressOf(BuildContext context) {
return of(context, PressableStateAspect.longPressed).longPressed;
}
static bool longPressOf(BuildContext context) {
return of(context, PressableStateAspect.longPressed).longPressed;
}