white method

Color white()

Implementation

Color white() {
  return const Color.fromRGBO(255, 255, 255, 1.0);
}