EsigLoadingWidget constructor

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

Implementation

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