FlFile constructor
const
FlFile({})
Implementation
const FlFile({
Key? key,
this.onSaved,
this.initFileUrl,
this.buttonLabel,
this.tip,
this.allowedExtensions,
}) : super(key: key);
const FlFile({
Key? key,
this.onSaved,
this.initFileUrl,
this.buttonLabel,
this.tip,
this.allowedExtensions,
}) : super(key: key);