lighter method

Rgba lighter(
  1. num amount
)

Implementation

Rgba lighter(num amount) => Color._createNewTintShadeFromRgba(this, amount);