menu
inngage_plugin package
documentation
models/rich_content_model.dart
RichContent
RichContent constructor
RichContent constructor
dark_mode
light_mode
RichContent
constructor
RichContent
(
{
bool
?
carousel
,
List
<
CarrouselImagesModel
>
?
images
,
String
?
img1
,
String
?
img2
,
String
?
img3
,
String
?
img4
,
String
?
img5
,
})
Implementation
RichContent({ this.carousel, this.images, this.img1, this.img2, this.img3, this.img4, this.img5, });
inngage_plugin package
documentation
models/rich_content_model
RichContent
RichContent constructor
RichContent class