closeButtonImage property
Image?
closeButtonImage
final
A custom Image
to be used for the close button which appears in the header bar at the top of the screen
on the left hand side.
Note that only the alpha channel of the image is used, you can change the color of the button using closeButtonTintColor.
Implementation
final Image? closeButtonImage;