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