ZeroSpeedDialStyle constructor
const
ZeroSpeedDialStyle({
- Color? activeColor,
- Color? inactiveColor,
- double? size,
- double? spacing,
- Color? tooltipBackgroundColor,
- Color? tooltipBorderColor,
- double? elevation,
- Color? shadowColor,
- BorderRadius? borderRadius,
- ZeroTooltipStyle? tooltipStyle,
Implementation
const ZeroSpeedDialStyle({
this.activeColor,
this.inactiveColor,
this.size,
this.spacing,
this.tooltipBackgroundColor,
this.tooltipBorderColor,
this.elevation,
this.shadowColor,
this.borderRadius,
this.tooltipStyle,
});