flutter_speed_dial_material_design icon indicating copy to clipboard operation
flutter_speed_dial_material_design copied to clipboard

Possible Enhancement.

Open pawangjain opened this issue 4 years ago • 0 comments

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.

pawangjain avatar Jun 04 '20 06:06 pawangjain