onTooltip method
Text that describes the action that will occur when the button is pressed.
Implementation
String? onTooltip() => inTooltip == null ? null : inTooltip!();
Text that describes the action that will occur when the button is pressed.
String? onTooltip() => inTooltip == null ? null : inTooltip!();