dart constant

BoardTheme const dart

A tribute.

Implementation

static const dart = BoardTheme(
  lightSquare: Color(0xff41c4ff),
  darkSquare: Color(0xff0f659f),
  check: Color(0xffeb5160),
  checkmate: Color(0xff56351e),
  previous: Color(0x80a9fbd7),
  selected: Color(0x80f6f1d1),
  premove: Color(0x80e3d8f1),
);