ChildAgeDropDown constructor

const ChildAgeDropDown({
  1. Key? key,
  2. required int index,
})

Implementation

const ChildAgeDropDown({
  super.key,
  required this.index,
});