lighter method

Color lighter(
  1. double percentage
)

Implementation

Color lighter(double percentage) => lx(percentage);