Skip to content

Commit

Permalink
make widget as const
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Jan 29, 2024
1 parent 94f77a0 commit 2c5a9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db_reset/views/screen/reset.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ResetScreen extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
Icon(
const Icon(
Icons.warning_amber,
size: 50,
),
Expand Down

0 comments on commit 2c5a9f3

Please sign in to comment.