Compute width from children. Abstract.
@override int computeWidth() => children.map((child) => child.editingWidth).sum + 2;