stepsSweep property

SweepSteps stepsSweep

An empty, transparent SweepSteps.

Implementation

static SweepSteps get stepsSweep => const SweepSteps(
      colors: [Colors.transparent, Colors.transparent],
      stops: [1.0, 1.0],
      tileMode: TileMode.clamp,
      center: Alignment.center,
      startAngle: 0.0,
      endAngle: 0.0,
    );