FileField constructor
const
FileField({})
Implementation
const FileField({
super.key,
this.initialValue,
this.validator,
required this.labelText,
required this.onChanged,
});
const FileField({
super.key,
this.initialValue,
this.validator,
required this.labelText,
required this.onChanged,
});