DropdownButtonCustom constructor

const DropdownButtonCustom({
  1. Key? key,
  2. required String hintText,
})

Implementation

const DropdownButtonCustom({Key? key, required this.hintText})
    : super(key: key);