customIllustration property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
Widget? customIllustration
getter/setter pair

A custom illustration (an Image or Icon to show for Custom RPConsentSectionType

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
Widget? customIllustration;