SectionModel constructor
SectionModel({
- required String documentID,
- String? title,
- String? description,
- PlatformMediumModel? image,
- RelativeImagePosition? imagePositionRelative,
- SectionImageAlignment? imageAlignment,
- double? imageWidth,
- List<
LinkModel> ? links,
Implementation
SectionModel({
required this.documentID,
this.title,
this.description,
this.image,
this.imagePositionRelative,
this.imageAlignment,
this.imageWidth,
this.links,
});