lightRed static method

Color lightRed(
  1. AliceCustomColors customColors
)

Implementation

static Color lightRed(AliceCustomColors customColors) =>
    customColors.lightRed ?? const Color(0xffff5e57);