isInverse static method
True when the nearest AppMenuSurfaceStyle requests an inverse surface; false (light) when none is present.
Implementation
static bool isInverse(BuildContext context) =>
maybeOf(context)?.inverse ?? false;
True when the nearest AppMenuSurfaceStyle requests an inverse surface; false (light) when none is present.
static bool isInverse(BuildContext context) =>
maybeOf(context)?.inverse ?? false;