EsigErrorWidget constructor
const
EsigErrorWidget({
- Key? key,
- String? ilustracaoAsset,
- BoxConstraints? tamanhoIlustracao,
- String? titulo,
- double? tituloFontSize,
- EdgeInsets? tituloPadding,
- required String mensagem,
- double? mensagemFontSize,
- EdgeInsets? mensagemPadding,
- void onTryAgain()?,
- Color? tryAgainBackgroundColor,
- Color? tryAgainTextColor,
Implementation
const EsigErrorWidget({
Key? key,
this.ilustracaoAsset,
this.tamanhoIlustracao,
this.titulo,
this.tituloFontSize,
this.tituloPadding,
required this.mensagem,
this.mensagemFontSize,
this.mensagemPadding,
this.onTryAgain,
this.tryAgainBackgroundColor,
this.tryAgainTextColor,
}) : super(key: key);