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