extremeBorderColor method Null safety

Color extremeBorderColor()

Implementation

static Color extremeBorderColor() {
  return  const Color.fromARGB(255, 255, 0, 0);
}