hasGlow property
bool
get
hasGlow
Whether this behavior includes the directional glow effect.
Implementation
bool get hasGlow => this == glowOnly || this == full;
Whether this behavior includes the directional glow effect.
bool get hasGlow => this == glowOnly || this == full;