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