ListPickerOption constructor

ListPickerOption({
  1. required dynamic value,
  2. required String text,
})

Implementation

ListPickerOption({
  required this.value,
  required this.text,
});