This commit is contained in:
Mguy13 2022-12-26 19:39:47 +01:00
parent 78fe9e7b09
commit c7324a6b19
458 changed files with 93141 additions and 47 deletions

View file

@ -113,6 +113,8 @@ class ImageCarouselView extends StatelessWidget {
const Gap(24),
Padding(
padding: const EdgeInsets.symmetric(horizontal: 24),
// Assuming that this data is coming from an external CRM, if it is coming with the
// image itself, then add it to the DTO and the Model as well, and access it here.
child: MarkdownBody(data: model.strings.imageDetails),
),
const Gap(16),