Skip to content

Commit

Permalink
Update style_recipe.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Jan 31, 2024
1 parent 5dc526c commit 1de49c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/utils/style_recipe.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ abstract class StyleRecipe<T extends StyleRecipe<T>> {

StyleRecipe<T> merge(covariant StyleRecipe<T>? other);

StyleRecipe<T> selectVariants(List<Variant> variants);
StyleRecipe<T> applyVariants(List<Variant> variants);

StyleRecipe<T> copyWith();
}

0 comments on commit 1de49c1

Please sign in to comment.