ZeroSpeedDial constructor
const
ZeroSpeedDial({
- Key? key,
- Widget? activeChild,
- Widget? inactiveChild,
- List<
ZeroSpeedDialItem> children = const [], - ZeroSpeedDialStyle? style,
- ZeroTooltipVariant? tooltipVariant,
- Brightness? tooltipBrightness,
- ZeroSpeedDialDirection direction = ZeroSpeedDialDirection.vertical,
- Curve curve = Curves.easeOutCubic,
- Duration duration = const Duration(milliseconds: 400),
- Text? label,
Implementation
const ZeroSpeedDial({
super.key,
this.activeChild,
this.inactiveChild,
this.children = const [],
this.style,
this.tooltipVariant,
this.tooltipBrightness,
this.direction = ZeroSpeedDialDirection.vertical,
this.curve = Curves.easeOutCubic,
this.duration = const Duration(milliseconds: 400),
this.label,
});