SearchableStateDropDown constructor

const SearchableStateDropDown(
  1. {Key? key,
  2. required TextEditingController stateCont}
)

Implementation

const SearchableStateDropDown({super.key, required this.stateCont});