FxDrawer constructor
FxDrawer({
- Key? key,
- required void onPanePressed(
- FxPane pane
- FxDrawerStyle style = const FxDrawerStyle(),
Implementation
FxDrawer({
super.key,
required this.onPanePressed,
this.style = const FxDrawerStyle(),
}) : site = FxSite.drawer;