Color the check button properly

Unfortunately this isn't themeable at the moment.
This commit is contained in:
Elias Projahn 2019-12-11 12:50:14 +01:00
parent d9149d2ff2
commit be7699f322

View file

@ -38,6 +38,7 @@ class _InstrumentsSelectorState extends State<InstrumentsSelector> {
return CheckboxListTile(
title: Text(instrument.name),
value: selection.contains(instrument),
checkColor: Colors.black,
onChanged: (selected) {
setState(() {
if (selected) {