enabledOf static method

bool enabledOf(
  1. BuildContext context
)

Implementation

static bool enabledOf(BuildContext context) {
  return of(context, PressableStateAspect.enabled).enabled;
}