onChanges property

ValueChanged<bool>? onChanges
final

called this function when user press on button and pass value of button true - button selected false - button deSelected

Implementation

final ValueChanged<bool>? onChanges;