EsigLoadingWidget constructor

const EsigLoadingWidget(
  1. String mensagem, {
  2. Key? key,
  3. String? ilustracaoAsset,
  4. BoxConstraints? tamanhoIlustracao,
  5. LoadingIndicator loadingIndicator = LoadingIndicator.VAZIO,
  6. EdgeInsets? paddingIndicator,
  7. EdgeInsets? paddingIlustracao,
  8. double? mensagemFontSize,
  9. Color? colorIndicator,
  10. double? altura,
  11. double? largura,
  12. Color? corMensagem,
})

Implementation

const EsigLoadingWidget(
  this.mensagem, {
  Key? key,
  this.ilustracaoAsset,
  this.tamanhoIlustracao,
  this.loadingIndicator = LoadingIndicator.VAZIO,
  this.paddingIndicator,
  this.paddingIlustracao,
  this.mensagemFontSize,
  this.colorIndicator,
  this.altura,
  this.largura,
  this.corMensagem,
}) : super(key: key);