EntryField constructor

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

Implementation

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