hasThumb property
bool
get
hasThumb
Returns true if thumb
is not null, otherwise false.
Implementation
bool get hasThumb => thumb != null;
Returns true if thumb
is not null, otherwise false.
bool get hasThumb => thumb != null;