isExpendable property

bool isExpendable

Implementation

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