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