DeepSpace top-level constant

List<Color> const DeepSpace

Implementation

const List<Color> DeepSpace = const <Color>[
  Color(0xff000000),
  Color(0xff434343)
];