getSmartRandomColor static method

Color getSmartRandomColor()

Implementation

static Color getSmartRandomColor() => Fav.design.brightness == Brightness.dark ? getRandomColorForDarkTheme() : getRandomColorForLightTheme();