tooltip property
final
      Text that describes the action that will occur when the button is pressed.
This text is displayed when the user long-presses on the button and is used for accessibility.
Implementation
final String? tooltip;Text that describes the action that will occur when the button is pressed.
This text is displayed when the user long-presses on the button and is used for accessibility.
final String? tooltip;