hasDrawer property

bool hasDrawer
final

Whether the drawer is supported. Example:

FxShellScope.of(context).hasDrawer;

Implementation

final bool hasDrawer;