melt method

Color melt()

Implementation

Color melt() {
  return const Color.fromRGBO(234, 237, 250, 1.0);
}