onTooltip method

  1. @override
String? onTooltip()
override

Text that describes the action that will occur when the button is pressed.

Implementation

@override
String? onTooltip() => inTooltip == null ? null : inTooltip!();