We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b0668 commit 83e1468Copy full SHA for 83e1468
demos/supabase-trello/lib/features/offlineboards/presentation/index.dart
@@ -78,7 +78,7 @@ class _OfflineBoardsState extends State<OfflineBoards> with Service {
78
onTap: () {},
79
trailing: Switch(
80
value: brd[j].availableOffline ?? false,
81
- activeColor: brandColor,
+ activeThumbColor: brandColor,
82
onChanged: (bool value) {
83
setState(() {
84
brd[j].availableOffline = value;
0 commit comments