StacNavigationDrawerThemeData constructor
const
StacNavigationDrawerThemeData({
- double? tileHeight,
- String? backgroundColor,
- double? elevation,
- String? shadowColor,
- String? surfaceTintColor,
- String? indicatorColor,
- StacShapeBorder? indicatorShape,
- StacSize? indicatorSize,
- StacTextStyle? labelTextStyle,
- StacIconThemeData? iconTheme,
Creates a StacNavigationDrawerThemeData with the given properties.
Implementation
const StacNavigationDrawerThemeData({
this.tileHeight,
this.backgroundColor,
this.elevation,
this.shadowColor,
this.surfaceTintColor,
this.indicatorColor,
this.indicatorShape,
this.indicatorSize,
this.labelTextStyle,
this.iconTheme,
});