flowingDashSlow property

ConnectionEffect flowingDashSlow
final

Slow flowing dash effect

Implementation

static final ConnectionEffect flowingDashSlow = FlowingDashEffect(
  speed: 1,
  dashLength: 15,
  gapLength: 10,
);