DisplayModeBarStyle constructor

const DisplayModeBarStyle({
  1. Color? backgroundColor,
  2. Color? selectedIconColor,
  3. Color? unselectedIconColor,
  4. Color? selectedBackgroundColor,
  5. double? iconSize,
  6. double? borderRadius,
  7. EdgeInsetsGeometry? padding,
  8. double? spacing,
  9. double? elevation,
  10. Alignment? position,
  11. Color? tooltipBackgroundColor,
  12. TextStyle? tooltipTextStyle,
  13. 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,
});