NavigationDrawerThemeData constructor
- double? tileHeight,
- Color? backgroundColor,
- double? elevation,
- Color? shadowColor,
- Color? surfaceTintColor,
- Color? indicatorColor,
- ShapeBorder? indicatorShape,
- Size? indicatorSize,
- MaterialStateProperty<
TextStyle?> ? labelTextStyle, - MaterialStateProperty<
IconThemeData?> ? iconTheme,
Creates a theme that can be used for ThemeData.navigationDrawerTheme and NavigationDrawerTheme.
Implementation
const NavigationDrawerThemeData({
this.tileHeight,
this.backgroundColor,
this.elevation,
this.shadowColor,
this.surfaceTintColor,
this.indicatorColor,
this.indicatorShape,
this.indicatorSize,
this.labelTextStyle,
this.iconTheme,
});