flutter_speed_dial_material_design
flutter_speed_dial_material_design copied to clipboard
Possible Enhancement.
The speed dial is good.
Just thought of a Possible Enhancement.
When defining the SpeedDialAction
SpeedDialAction(child: Icon(Icons.list), label: Text('Menu', style: customStyle), onTap: () {},),
there can be a "onTap" property which will be the action method for that particular button instead of the "onAction" property of SpeedDialFloatingActionButton which returns the selectedActionIndex.
Thanks.