tooltip property
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
///
/// This text is displayed when the user long-presses on the button and is
/// used for accessibility.
final String? tooltip;