onTap property
A callback function to execute when the image is tapped. enableFullView will not work if onTap is provided.
Implementation
final VoidCallback? onTap;
A callback function to execute when the image is tapped. enableFullView will not work if onTap is provided.
final VoidCallback? onTap;