isNotClickthroughItem property
bool
get
isNotClickthroughItem
Returns true if this value is not clickthroughItem, otherwise false.
Implementation
bool get isNotClickthroughItem => !isClickthroughItem;
Returns true if this value is not clickthroughItem, otherwise false.
bool get isNotClickthroughItem => !isClickthroughItem;