Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Mar 7, 2023
1 parent b4a7a17 commit 9a3cc89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/design/lib/src/design.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ class Design {
final String hex;
final DesignType type;

const Design._({required this.hex, required this.type});
const Design._({
required this.hex,
required this.type,
});

factory Design.standard() => Design.fromColor(Colors.lightBlue);

Expand Down

0 comments on commit 9a3cc89

Please sign in to comment.