id property
The id attribute of the HTML <img> element.
If not provided, a random ID will be generated.
Implementation
final String? id;
The id attribute of the HTML <img> element.
If not provided, a random ID will be generated.
final String? id;