PickerInnerFields constructor

const PickerInnerFields({
  1. Key? key,
  2. TextEditingController? controller,
  3. void onChanged(
    1. String
    )?,
  4. String? hintText,
  5. void onFieldSubmitted(
    1. String
    )?,
  6. void onEditingComplete(
    1. String
    )?,
  7. void onSaved(
    1. String
    )?,
  8. bool? isDialog,
  9. bool? isBottomSheet,
  10. bool? isFullScreen,
})

Implementation

const PickerInnerFields(
    {super.key,
    this.controller,
    this.onChanged,
    this.hintText,
    this.onFieldSubmitted,
    this.onEditingComplete,
    this.onSaved,
    this.isDialog,
    this.isBottomSheet,
    this.isFullScreen});