tint static method
Basic Transformations
@param color Color (Default: 000000)
@return The generated TransformationData.
Implementation
static TransformationData tint({String? color = "000000"}) {
// Call the generated class method
return Tint().tint(color);
}