prestigeGradient constant

List<Color> const prestigeGradient

Implementation

static const List<Color> prestigeGradient = [
  Color.fromRGBO(158, 167, 186, 1),
  Color.fromRGBO(255, 255, 255, 1),
  Color.fromRGBO(158, 167, 186, 1),
  Color.fromRGBO(255, 255, 255, 1),
];