AutoImageTint.yellow constructor

const AutoImageTint.yellow({
  1. bool selectedSafe = true,
})

Uses a platform-standard yellow tint.

Implementation

const AutoImageTint.yellow({bool selectedSafe = true})
    : this._(
        type: AutoImageTintType.yellow,
        selectedSafe: selectedSafe,
      );