AutoImageTint.primary constructor

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

Uses the host platform's primary tint color.

Implementation

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