Skip to content

Commit

Permalink
fix linter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Aug 15, 2024
1 parent 95203d1 commit 4b712ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optimus/lib/src/selection_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class _OptimusSelectionCardState extends State<OptimusSelectionCard>
CheckboxTick(
isEnabled: widget.isEnabled,
isChecked: widget.isSelected,
// ignore: prefer-boolean-prefixes, DCM bug
onChanged: (_) {},
onTap: () {},
)
Expand Down

0 comments on commit 4b712ff

Please sign in to comment.