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