red static method

Color red(
  1. AliceCustomColors customColors
)

Implementation

static Color red(AliceCustomColors customColors) =>
    customColors.red ?? const Color(0xffff3f34);