faintTint property

Color faintTint

Implementation

Color get faintTint {
  return tint.withAlpha(tint.alpha ~/ 2.5);
}