longPressOf static method

bool longPressOf(
  1. BuildContext context
)

Implementation

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