imageUri property
An image to show on the button.
Images must be white with a transparent background, and should be 16x16 pixels with no padding. If you provide an image for one button, you should provide images for all your buttons.
Check the docs for WindowsImage for an explanation of supported URIs.
Implementation
final Uri? imageUri;