boundIsSet property
bool
get
boundIsSet
Implementation
bool get boundIsSet => !(boundWidth == -1 || boundHeight == -1 || boundOrigin == null);
bool get boundIsSet => !(boundWidth == -1 || boundHeight == -1 || boundOrigin == null);