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