WindowsImage constructor
const
WindowsImage(
- Uri uri, {
- required String altText,
- bool addQueryParams = false,
- WindowsImagePlacement? placement,
- 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,
});