stateOf static method

PressableCurrentState stateOf(
  1. BuildContext context
)

Implementation

static PressableCurrentState stateOf(BuildContext context) {
  return of(context, PressableStateAspect.currentState).currentState;
}