linkColor constant

CupertinoDynamicColor const linkColor

A link to other content.

Implementation

static const linkColor = CupertinoDynamicColor.withBrightness(
  color: MacosColor(0xff0068DA),
  darkColor: Color.fromRGBO(65, 156, 255, 1),
);