EntryField constructor
EntryField({
- TextEditingController? controller,
- String? hint,
- Widget? prefix,
- String? initialValue,
Implementation
EntryField({this.controller, this.hint, this.prefix, this.initialValue});