NiceSpeedDial constructor
Implementation
const NiceSpeedDial({
super.key,
required this.actions,
this.icon = Icons.add,
this.activeIcon = Icons.close,
this.tooltip,
});
const NiceSpeedDial({
super.key,
required this.actions,
this.icon = Icons.add,
this.activeIcon = Icons.close,
this.tooltip,
});