copyWith method
Implementation
@override
StyleSelectionInitializedWithoutSelection copyWith(
List<StyleFamilyState> newFamilies) {
return StyleSelectionInitializedWithoutSelection(families: newFamilies);
}
@override
StyleSelectionInitializedWithoutSelection copyWith(
List<StyleFamilyState> newFamilies) {
return StyleSelectionInitializedWithoutSelection(families: newFamilies);
}