azureLane constant

List<Color> const azureLane

Implementation

static const List<Color> azureLane = [
  Color(0xFF7f7fd5),
  Color(0xFF86a8e7),
  Color(0xFF91eae4)
];