wifiIconData top-level constant

BuoyIconData const wifiIconData

Implementation

const BuoyIconData wifiIconData = BuoyIconData(
  color: kWifiIconColor,
  bgColor: Color(0xFF000000),
  elements: <BifElement>[
    BifCircle(cx: 0.0, cy: 6.0, r: 2.0, fill: BifPaint.theme, opacity: 1.0),
    BifSmoothArc(cx: 0.0, cy: 6.0, r: 5.0, portion: BifPortion.top, stroke: BifPaint.theme, strokeWidth: 2.0, opacity: 0.9),
    BifSmoothArc(cx: 0.0, cy: 6.0, r: 8.0, portion: BifPortion.top, stroke: BifPaint.theme, strokeWidth: 2.0, opacity: 0.7),
    BifSmoothArc(cx: 0.0, cy: 6.0, r: 11.0, portion: BifPortion.top, stroke: BifPaint.theme, strokeWidth: 2.0, opacity: 0.5),
  ],
);