tint method

T tint(
  1. int percentage
)

Implementation

T tint(int percentage) => directive(TintColorDirective(percentage));