randomColor static method

Color randomColor()

Random Color from Colors.primaries

Implementation

static Color randomColor() => Colors.primaries[17.randomNum];