AutoImageTint.primary constructor
const
AutoImageTint.primary({
- bool selectedSafe = true,
Uses the host platform's primary tint color.
Implementation
const AutoImageTint.primary({bool selectedSafe = true})
: this._(
type: AutoImageTintType.primary,
selectedSafe: selectedSafe,
);