tintColor property

Color? tintColor
final

Color used to tint the ScalableImage. This feature, inspired by Android's tinting, allows you to apply a tint color to the entire asset. This can be used, for example, to color icons according to an application theme.

Implementation

final Color? tintColor;