lavender method

Color lavender()

Implementation

Color lavender() {
  return const Color.fromRGBO(181, 190, 242, 1.0);
}