green static method

Color green(
  1. AliceCustomColors customColors
)

Implementation

static Color green(AliceCustomColors customColors) =>
    customColors.green ?? const Color(0xff05c46b);