EsigUploadFileWidget constructor

const EsigUploadFileWidget({
  1. Key? key,
  2. void onTap()?,
  3. IconData? icone,
  4. String? texto = 'Escolher arquivo',
})

Implementation

const EsigUploadFileWidget({
  Key? key,
  this.onTap,
  this.icone,
  this.texto = 'Escolher arquivo',
}) : super(key: key);