Skip to content

Commit

Permalink
Update example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HornMichaelS committed Nov 11, 2022
1 parent 8115de4 commit c46bb77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ class _ExampleState extends State<Example> {
child: MSHCheckbox(
size: 60,
value: isChecked,
checkedColor: Colors.blue,
colorConfig: MSHColorConfig.fromCheckedUncheckedDisabled(
checked: Colors.blue,
),
style: MSHCheckboxStyle.stroke,
onChanged: (selected) {
setState(() {
Expand Down

0 comments on commit c46bb77

Please sign in to comment.