tint property

Color? get tint

Implementation

Color? get tint {
  return tintState?.fromController(this) ?? _tint ?? iconTheme?.color;
}
set tint (Color? value)

Implementation

set tint(Color? value) => _tint = value;