randomOpaqueColor property

Color get randomOpaqueColor

Get Random Non-Primary Color

Implementation

static Color get randomOpaqueColor =>
    Color(Random().nextInt(0xffffffff)).withAlpha(0xff);