randomPrimaryColor property

Color randomPrimaryColor

Get Random Primary Color

Implementation

static Color get randomPrimaryColor =>
    Colors.primaries[Random().nextInt(Colors.primaries.length)];