stepsSweep property
SweepSteps
get
stepsSweep
An empty, transparent SweepSteps.
Implementation
static SweepSteps get stepsSweep => const SweepSteps(
colors: [Colors.transparent, Colors.transparent],
// stops: [0.5, 0.5],
tileMode: TileMode.clamp,
center: Alignment.center,
startAngle: 0.0,
endAngle: 0.01,
);