Skip to content

Commit

Permalink
Force the checkbox color
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Jul 29, 2023
1 parent a08a2f9 commit 4f453b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/smooth_app/lib/pages/image_crop_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class _ImageSourcePickerState extends State<_ImageSourcePicker> {
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(6.0)),
),
activeColor: Theme.of(context).primaryColor,
materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,
value: rememberChoice,
onChanged: (final bool? value) => setState(
Expand Down

0 comments on commit 4f453b3

Please sign in to comment.