ProgressIndicatorThemeBuilder constructor

ProgressIndicatorThemeBuilder(
  1. List<Style> styles
)

Implementation

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