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