AutoImageTint.platform constructor

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

Uses the host platform's default icon tint.

Implementation

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