isNotEmpty property Null safety
Whether there are any non-null hint values.
Implementation
bool get isNotEmpty => onTapHint != null || onLongPressHint != null;
Whether there are any non-null hint values.
bool get isNotEmpty => onTapHint != null || onLongPressHint != null;