isExpendable property

bool get isExpendable

Implementation

bool get isExpendable {
  return roots.flex && flex > 0;
}