iconTint property

Color? get iconTint

Implementation

Color? get iconTint =>
    iconTintState?.fromController(this) ?? _iconTint ?? contentColor;