Skip to content

Commit

Permalink
add const
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer committed Feb 29, 2024
1 parent dc79d0a commit 5c1e5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/diagram_capture/test/diagram_capture_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ void main() {
Widget buildStaticDiagram(BuildContext context) {
return Container(
constraints: BoxConstraints.tight(const Size(100.0, 50.0)),
color: Color(0xfeedbeef),
color: const Color(0xfeedbeef),
);
}

Expand Down

0 comments on commit 5c1e5a6

Please sign in to comment.