AiutaImageIconsCustom constructor
AiutaImageIconsCustom({
- required AiutaIcon imageError36,
Create an AiutaImageIconsCustom with the given imageError36
icon
to indicate images that are failed to load.
Implementation
AiutaImageIconsCustom({
required this.imageError36,
}) : super(AiutaCustomizationType.custom);