blue static method

Color blue(
  1. AliceCustomColors customColors
)

Implementation

static Color blue(AliceCustomColors customColors) =>
    customColors.blue ?? Colors.blue;