WindowsImage constructor

const WindowsImage(
  1. Uri uri, {
  2. required String altText,
  3. bool addQueryParams = false,
  4. WindowsImagePlacement? placement,
  5. WindowsImageCrop? crop,
})

Creates a Windows notification image from an image URI.

Implementation

const WindowsImage(
  this.uri, {
  required this.altText,
  this.addQueryParams = false,
  this.placement,
  this.crop,
});