hasContent property

bool hasContent

Whether the tooltip message is non-empty.

Implementation

bool get hasContent => title != null;