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