orange static method

Color orange(
  1. AliceCustomColors customColors
)

Implementation

static Color orange(AliceCustomColors customColors) =>
    customColors.orange ?? const Color(0xffffa801);