orangePulse constant

Spinner const orangePulse

Orange pulse spinner.

Implementation

static const orangePulse = Spinner(
  frames: ['🔸', '🔶', '🟠', '🟠', '🔶'],
  fps: Duration(milliseconds: 100),
);