copyWith method

Implementation

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