DisplayModeBarStyle constructor
const
DisplayModeBarStyle({
- Color? backgroundColor,
- Color? selectedIconColor,
- Color? unselectedIconColor,
- Color? selectedBackgroundColor,
- double? iconSize,
- double? borderRadius,
- EdgeInsetsGeometry? padding,
- double? spacing,
- double? elevation,
- Alignment? position,
- Color? tooltipBackgroundColor,
- TextStyle? tooltipTextStyle,
- bool? showTooltip,
Implementation
const DisplayModeBarStyle({
this.backgroundColor,
this.selectedIconColor,
this.unselectedIconColor,
this.selectedBackgroundColor,
this.iconSize,
this.borderRadius,
this.padding,
this.spacing,
this.elevation,
this.position,
this.tooltipBackgroundColor,
this.tooltipTextStyle,
this.showTooltip,
});