text property
The text to show in the tooltip.
Implementation
@Input('materialTooltip')
set text(String text) {
_lastText = text;
_inkTooltip?.text = text;
}
The text to show in the tooltip.
@Input('materialTooltip')
set text(String text) {
_lastText = text;
_inkTooltip?.text = text;
}