fix: replace deprecated activeColor with activeTrackColor on Switch.adaptive
This commit is contained in:
parent
9348765b68
commit
bc3fdb4211
|
|
@ -313,7 +313,7 @@ class _ToggleTile extends StatelessWidget {
|
|||
Switch.adaptive(
|
||||
value: value,
|
||||
onChanged: onChanged,
|
||||
activeColor: AppTheme.navyBlue,
|
||||
activeTrackColor: AppTheme.navyBlue,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue