DialogThemeBuilder constructor

DialogThemeBuilder(
  1. List<Style> styles
)

Implementation

DialogThemeBuilder(List<Style> styles)
    : super(styles
          .where(
              (element) => element.compareTags([StyleTag.all, StyleTag.text]))
          .toList());