ZeroSpeedDialStyle constructor

const ZeroSpeedDialStyle({
  1. Color? activeColor,
  2. Color? inactiveColor,
  3. double? size,
  4. double? spacing,
  5. Color? tooltipBackgroundColor,
  6. Color? tooltipBorderColor,
  7. double? elevation,
  8. Color? shadowColor,
  9. BorderRadius? borderRadius,
  10. 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,
});