I want to use Twitter like Speed Dial with Flutter. I know there is a good package (https://pub.dev/packages/flutter_speed_dial). But I cannot understand how to change the Floating Action Button to other function button (Tweet function). flutter_speed_dial seems that it can only change icon but pressing the button just closes the speed dial.
How can I implement speed dial which turns not close function button (like Tweet) after setting active?
There is a similar question (Flutter floating action button with speed dial), but the answer just uses flutter_speed_dial and its active floating action button onTap function is just closing speed dial.