disabled property

bool disabled
final

Whether to disable the glass effect directly.

When true, renders as a simple Container without blur; also triggered by parent GlassStopper unless ignoreContextSignals is true. Defaults to false.

Implementation

final bool disabled;