white static method

Color white(
  1. AliceCustomColors customColors
)

Implementation

static Color white(AliceCustomColors customColors) =>
    customColors.white ?? const Color(0xffffffff);