fysoul17 / flutter_speed_dial_material_design

Flutter plugin to implement a Material Design Speed Dial (https://material.io/components/buttons-floating-action-button/#types-of-transitions)
MIT License
31 stars 9 forks source link

FAB cannot be disabled #8

Open VarunS2002 opened 3 years ago

VarunS2002 commented 3 years ago

The inbuilt FAB can be disabled by setting onPressed:null Suggestion to add a property isDisabled to which we can set a boolean variable which can be changed to true or false during runtime effectively enabling or disabling the FAB