flowingDashSlow property
Slow flowing dash effect
Implementation
static final ConnectionEffect flowingDashSlow = FlowingDashEffect(
speed: 1,
dashLength: 15,
gapLength: 10,
);
Slow flowing dash effect
static final ConnectionEffect flowingDashSlow = FlowingDashEffect(
speed: 1,
dashLength: 15,
gapLength: 10,
);