FxShell constructor
const
FxShell({})
Implementation
const FxShell({
super.key,
required this.initialPaneKey,
this.dockPanes,
this.drawerPanes,
this.endDrawerPanes,
this.bottomSheet,
this.floatingActionButton,
this.bodyAnimationBuilder,
this.persistentFooterButtons,
this.style = const FxShellStyle(),
}) : assert(
dockPanes != null || drawerPanes != null || endDrawerPanes != null,
'dockPanes, drawerPanes, or endDrawerPanes must be provided',
);