fix: replace deprecated activeColor with activeTrackColor on Switch.adaptive

This commit is contained in:
Patrick Britton 2026-02-17 03:58:28 -06:00
parent 9348765b68
commit bc3fdb4211

View file

@ -313,7 +313,7 @@ class _ToggleTile extends StatelessWidget {
Switch.adaptive( Switch.adaptive(
value: value, value: value,
onChanged: onChanged, onChanged: onChanged,
activeColor: AppTheme.navyBlue, activeTrackColor: AppTheme.navyBlue,
), ),
], ],
), ),