@override Delta toDelta() { return children .map((child) => child.toDelta()) .fold(Delta(), (a, b) => a.concat(b)); }