tooltip method

Tooltip tooltip(
  1. String text
)

Implementation

Tooltip tooltip(String text)
{
  return Tooltip(message: text, child: this);
}