pauseGlyph top-level constant

BuoyIconData const pauseGlyph

Implementation

const BuoyIconData pauseGlyph = BuoyIconData(
  color: Color(0xFFE0E0E0),
  bgColor: Color(0xFF0A0A0F),
  elements: <BifElement>[
    BifRect(x: -6.0, y: -8.0, width: 4.0, height: 16.0, fill: BifPaint.theme, border: true, borderWidth: 2.0),
    BifRect(x: 2.0, y: -8.0, width: 4.0, height: 16.0, fill: BifPaint.theme, border: true, borderWidth: 2.0),
  ],
);