GlassNavigationShell constructor
const
GlassNavigationShell({
- Key? key,
- required Widget child,
- bool enabled = true,
- GlassEffectTransition effectTransition = GlassEffectTransition.materialize,
Creates a navigation shell around child.
Implementation
const GlassNavigationShell({
super.key,
required this.child,
this.enabled = true,
this.effectTransition = GlassEffectTransition.materialize,
});