tooltip property Null safety
final
Optional tooltip typically describing the property.
Example tooltip: 'physical pixels per logical pixel'
If present, the tooltip is added in parenthesis after the raw value when generating the string description.
Implementation
final String? tooltip;