determinateIndicatorPolygons property
The sequence of RoundedPolygons that the determinate LoadingIndicator
will morph between when animating.
Implementation
static final determinateIndicatorPolygons = UnmodifiableListView(
[
MaterialShapes.circle,
MaterialShapes.softBurst,
],
);