widgets/form_widget/uxp_fields/list_field library

Functions

itemCarouselCard(BuildContext context, String cardType, Map<String, dynamic>? contextData, String imageField, String imageType, String _imageSize, String imageBackgroundColor, String imageIcon, String imageIconColor, String titleField, String titleColor, String titleSize, String subTitleField, String subTitleColor, String subTitleSize, List? topLabels, List? bottomLabels, List? buttons, double aspectRatio, double cardHeight, LMAction? onClick) Widget
itemLabel(String text, String icon, String color, String fontSize, String? backgroundColor, List? conditions) Widget
sitemCard(BuildContext context, Map<String, dynamic>? contextData, String imageField, String imageType, String _imageSize, String imageBorderType, String imageBackgroundColor, String imageIcon, String imageIconColor, String titleField, String titleColor, String titleSize, String subTitleField, String subTitleColor, String subTitleSize, String borderColor, List? topLabels, List? bottomLabels, List? buttons, bool showBottomBorder, bool showTopBorder, TimelineConfig? timelineConfig, int? index, int? total, bool? listView, LMAction? onClick, {List<String> imageUrls = const [], bool? enableBookmarkButton, String? bookmarkFill, LMAction? onClickBookmarkButton}) Widget