isNotEmpty property

bool get isNotEmpty

Whether there are any non-null hint values.

Implementation

bool get isNotEmpty => onTapHint != null || onLongPressHint != null;