isNotEmpty property

bool isNotEmpty

Whether there are any non-null hint values.

Implementation

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