menu
arcane package
documentation
component/glass.dart
GlassStopper
isStopping static method
isStopping static method
dark_mode
light_mode
isStopping
static method
bool
isStopping
(
BuildContext
context
)
Implementation
static bool isStopping(BuildContext context) => context.pylonOr<_GlassStop>()?.stopping ?? true;
arcane package
documentation
component/glass
GlassStopper
isStopping static method
GlassStopper class