disabledOf static method

bool disabledOf(
  1. BuildContext context
)

Implementation

static bool disabledOf(BuildContext context) {
  return !enabledOf(context);
}