data property
The properties used for all descendant AppBar widgets.
Implementation
AppBarThemeData get data =>
_data ??
AppBarThemeData(
backgroundColor: _backgroundColor,
foregroundColor: _foregroundColor,
elevation: _elevation,
scrolledUnderElevation: _scrolledUnderElevation,
shadowColor: _shadowColor,
surfaceTintColor: _surfaceTintColor,
shape: _shape,
iconTheme: _iconTheme,
actionsIconTheme: _actionsIconTheme,
centerTitle: _centerTitle,
titleSpacing: _titleSpacing,
leadingWidth: _leadingWidth,
toolbarHeight: _toolbarHeight,
toolbarTextStyle: _toolbarTextStyle,
titleTextStyle: _titleTextStyle,
systemOverlayStyle: _systemOverlayStyle,
actionsPadding: _actionsPadding,
);