frost method

Color frost()

Implementation

Color frost() {
  return const Color.fromRGBO(214, 215, 222, 1.0);
}