RadioButtonNotifier constructor

RadioButtonNotifier({
  1. required int selectedIndex,
})

Implementation

RadioButtonNotifier({
  required this.selectedIndex,
});