isPositioned property

bool get isPositioned

Implementation

bool get isPositioned {
  return left != null ||
      right != null ||
      top != null ||
      bottom != null ||
      width != null ||
      height != null;
}