AutoImageTint.secondary constructor

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

Uses the host platform's secondary tint color.

Implementation

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