@override void cloneWidgetInto(FWidget<T> copy) { if (copy is! FExpanded<T>) return; copy.flex = flex; }