pathTooltip method

String pathTooltip()

Implementation

String pathTooltip() {
  if (path.isNotEmpty)
    return path;
  else
    return "new widget";
}