CustomUploadWidget constructor
const
CustomUploadWidget({})
Implementation
const CustomUploadWidget({
super.key,
required Animation<double> animation,
this.title = '',
this.buttonText = 'Ok',
this.onButtonPressed,
this.showButton = true,
this.color = orangePrincipal,
this.textColor = orangePrincipal,
this.titleColor = Colors.black,
this.buttonBorderColor,
}) : super(listenable: animation);