Skip to content

Commit

Permalink
lint: Fix the value of the argument is redundant because it matches t…
Browse files Browse the repository at this point in the history
…he default value
  • Loading branch information
calcitem committed May 18, 2024
1 parent 1320ebd commit fc8f608
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class _MoveListDialog extends StatelessWidget {
width: calculateNCharWidth(context, 32),
height: calculateNCharWidth(context, mergedMoves.length * 2 + 1),
child: ListView(
shrinkWrap: false,
physics: const AlwaysScrollableScrollPhysics(),
children: List<Widget>.generate(
movesCount,
Expand Down

0 comments on commit fc8f608

Please sign in to comment.