determinateIndicatorPolygons property

UnmodifiableListView<RoundedPolygon> determinateIndicatorPolygons
final

The sequence of RoundedPolygons that the determinate LoadingIndicator will morph between when animating.

Implementation

static final determinateIndicatorPolygons = UnmodifiableListView(
  [
    MaterialShapes.circle,
    MaterialShapes.softBurst,
  ],
);