EntryField constructor

EntryField({
  1. TextEditingController? controller,
  2. String? hint,
  3. Widget? prefix,
  4. String? initialValue,
})

Implementation

EntryField({this.controller, this.hint, this.prefix, this.initialValue});