FileComponent constructor
const
FileComponent({
- Key? key,
- required ComponentModel component,
- required List<
String> value, - required ValueChanged<
List< onChanged,String> >
Implementation
const FileComponent({Key? key, required this.component, required this.value, required this.onChanged}) : super(key: key);