lighten static method

String lighten(
  1. String color
)

This static function takes a color and lightens it by 20% in the Lab color space. This is a convenience function which calls Brush.lightenBy.

Implementation

static _i2.String lighten(_i2.String color) => _i4.callMethod(
      _declaredBrush,
      'lighten',
      [color],
    );