enableDeselect property

bool? enableDeselect
final

bool variable for enable radio button to be deselected

  • if the enableDeselect = true , the selected radio button can be deselected
  • if the enableDeselect = false , the selected radio button can't be deselected

Implementation

final bool? enableDeselect;