lightErrorContainer static method

Color lightErrorContainer(
  1. Color lightError
)

Light error container color computer from give light error color.

Implementation

static Color lightErrorContainer(Color lightError) =>
    lightError.brighten(25).blend(const Color(0xFFFFFFFF), 80);