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