menu
darkstorm_common package
documentation
ui/speed_dial.dart
SpeedDialIcons
SpeedDialIcons const constructor
SpeedDialIcons const constructor
dark_mode
light_mode
SpeedDialIcons
constructor
const
SpeedDialIcons
(
{
Key
?
key
,
String
?
label
,
Widget
?
child
,
required
dynamic
onPressed
(),
})
Implementation
const SpeedDialIcons({super.key, this.label, this.child, required this.onPressed});
darkstorm_common package
documentation
ui/speed_dial
SpeedDialIcons
SpeedDialIcons const constructor
SpeedDialIcons class