LoTextField<TKey> constructor
const
LoTextField<TKey> ({
- Key? key,
- required TKey loKey,
- String? initialValue,
- List<
LoFieldBaseValidator< ? validators,String> > - Duration? debounceTime,
- TextFieldProps? props,
Implementation
const LoTextField({
Key? key,
required this.loKey,
this.initialValue,
this.validators,
this.debounceTime,
this.props,
}) : super(key: key);