AutoImageTint.red constructor

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

Uses a platform-standard red tint.

Implementation

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