hasPositionProperties property
bool
get
hasPositionProperties
Check if any position properties are set
Implementation
bool get hasPositionProperties =>
top != null ||
right != null ||
bottom != null ||
left != null ||
inset != null ||
insetX != null ||
insetY != null;