Flutter
material
ScaffoldState
hasAppBar property
hasAppBar
description
hasAppBar
property
Null safety
bool
hasAppBar
Whether this scaffold has a non-null
Scaffold.appBar
.
Implementation
bool get hasAppBar => widget.appBar != null;
Flutter
material
ScaffoldState
hasAppBar property
ScaffoldState class
Constructors
ScaffoldState
Properties
appBarMaxHeight
bucket
context
hasAppBar
hasDrawer
hasEndDrawer
hasFloatingActionButton
hashCode
isDrawerOpen
isEndDrawerOpen
mounted
restorationId
restorePending
runtimeType
widget
Methods
activate
build
closeDrawer
closeEndDrawer
createTicker
deactivate
debugFillProperties
didChangeDependencies
didToggleBucket
didUpdateRestorationId
didUpdateWidget
dispose
initState
noSuchMethod
openDrawer
openEndDrawer
reassemble
registerForRestoration
restoreState
setState
showBodyScrim
showBottomSheet
toDiagnosticsNode
toString
toStringShort
unregisterFromRestoration
Operators
operator ==