Skip to content

Commit 83e1468

Browse files
committed
Avoid deprecation warning
1 parent a2b0668 commit 83e1468

File tree

1 file changed

+1
-1
lines changed
  • demos/supabase-trello/lib/features/offlineboards/presentation

1 file changed

+1
-1
lines changed

demos/supabase-trello/lib/features/offlineboards/presentation/index.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class _OfflineBoardsState extends State<OfflineBoards> with Service {
7878
onTap: () {},
7979
trailing: Switch(
8080
value: brd[j].availableOffline ?? false,
81-
activeColor: brandColor,
81+
activeThumbColor: brandColor,
8282
onChanged: (bool value) {
8383
setState(() {
8484
brd[j].availableOffline = value;

0 commit comments

Comments
 (0)