chevronUpGlyph top-level constant

BuoyIconData const chevronUpGlyph

Implementation

const BuoyIconData chevronUpGlyph = BuoyIconData(
  color: Color(0xFFE0E0E0),
  bgColor: Color(0xFF0A0A0F),
  elements: <BifElement>[
    BifLine(x1: 6.0, y1: 3.0, x2: 0.0, y2: -3.0, stroke: BifPaint.theme, strokeWidth: 2.0),
    BifLine(x1: 0.0, y1: -3.0, x2: -6.0, y2: 3.0, stroke: BifPaint.theme, strokeWidth: 2.0),
  ],
);