arc constant

Spinner const arc

Arc spinner.

Implementation

static const arc = Spinner(
  frames: [
    ArcSegments.upperLeftArc,
    ArcSegments.upperHalf,
    ArcSegments.upperRightArc,
    ArcSegments.lowerRightArc,
    ArcSegments.lowerHalf,
    ArcSegments.lowerLeftArc,
  ],
  fps: Duration(milliseconds: 100),
);