black method

Color black()

Implementation

Color black() {
  return const Color.fromRGBO(0, 0, 0, 1.0);
}