PickerInnerFields constructor
const
PickerInnerFields({
- Key? key,
- TextEditingController? controller,
- void onChanged()?,
- String? hintText,
Implementation
const PickerInnerFields(
{super.key, this.controller, this.onChanged, this.hintText});