title property

String? title
final

Provides an optional title or tooltip for the image.

This may be rendered as an HTML title attribute or used in accessibility contexts (e.g., screen readers).

Implementation

final String? title;