grey static method

Color grey(
  1. AliceCustomColors customColors
)

Implementation

static Color grey(AliceCustomColors customColors) =>
    customColors.grey ?? const Color(0xff808e9b);