hasThumb property

bool get hasThumb

Returns true if thumb is not null, otherwise false.

Implementation

bool get hasThumb => thumb != null;