Skip to content

Commit

Permalink
Fix analysis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yaramt committed Aug 5, 2024
1 parent 4df9a5e commit 9acc910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DescriptiveStatisticsWidget extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
Icon(
true ? Icons.arrow_drop_up : Icons.arrow_drop_down,
Icons.arrow_drop_up,
),
],
),
Expand Down

0 comments on commit 9acc910

Please sign in to comment.