Open VarunS2002 opened 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
onPressed:null
isDisabled
The inbuilt FAB can be disabled by setting
onPressed:null
Suggestion to add a propertyisDisabled
to which we can set a boolean variable which can be changed to true or false during runtime effectively enabling or disabling the FAB