sampleRedColors property

List<List<Color>> sampleRedColors
getter/setter pair

The sample data were created original by the developer of this package Colors for GradientColor.red

Implementation

static List<List<Color>> sampleRedColors = [
  [Colors.red[600]!, Colors.red[400]!],
  [Colors.red[600]!, Colors.red[400]!],
  [Colors.red[600]!, Colors.red[400]!],
];