tx method

Color tx(
  1. double value
)

Implementation

Color tx(double value) => use.withValues(alpha: value);