menu
blueprint_flutter_core package
documentation
blueprint_widgets.dart
FxShellScope
hasDrawer property
hasDrawer property
dark_mode
light_mode
hasDrawer
property
bool
hasDrawer
final
Whether the drawer is supported. Example:
FxShellScope.of(context).hasDrawer;
Implementation
final bool hasDrawer;
blueprint_flutter_core package
documentation
blueprint_widgets
FxShellScope
hasDrawer property
FxShellScope class