white constant

List<Color> const white

Implementation

static const List<Color> white = [
  Color.fromRGBO(255, 255, 255, 1),
  Color.fromRGBO(234, 236, 255, 1)
];