timeBar method Null safety

Color timeBar()

Implementation

static Color timeBar() {
  return const Color.fromARGB(84, 71, 11, 255);
}