isNotSticky property
bool
get
isNotSticky
Returns negated true or false from sticky
.
Implementation
bool get isNotSticky => !isSticky;
Returns negated true or false from sticky
.
bool get isNotSticky => !isSticky;