TSpeedDial constructor
const
TSpeedDial({})
Implementation
const TSpeedDial({
super.key,
required this.children,
this.icon = Icons.add,
this.activeIcon = Icons.close,
this.backgroundColor,
this.foregroundColor,
this.tooltip,
this.overlayColor,
this.spacing = 12.0,
});