randomColor function

Color randomColor()

Implementation

Color randomColor() {
  return Color(Random().nextInt(0xFFFFFFFF));
}