NavigationRailThemeData constructor Null safety
- {Color? backgroundColor,
- double? elevation,
- TextStyle? unselectedLabelTextStyle,
- TextStyle? selectedLabelTextStyle,
- IconThemeData? unselectedIconTheme,
- IconThemeData? selectedIconTheme,
- double? groupAlignment,
- NavigationRailLabelType? labelType,
- bool? useIndicator,
- Color? indicatorColor,
- double? minWidth,
- double? minExtendedWidth}
Creates a theme that can be used for ThemeData.navigationRailTheme.
Implementation
const NavigationRailThemeData({
this.backgroundColor,
this.elevation,
this.unselectedLabelTextStyle,
this.selectedLabelTextStyle,
this.unselectedIconTheme,
this.selectedIconTheme,
this.groupAlignment,
this.labelType,
this.useIndicator,
this.indicatorColor,
this.minWidth,
this.minExtendedWidth,
});