AutoImageTint.red constructor
const
AutoImageTint.red({
- bool selectedSafe = true,
Uses a platform-standard red tint.
Implementation
const AutoImageTint.red({bool selectedSafe = true})
: this._(
type: AutoImageTintType.red,
selectedSafe: selectedSafe,
);