The colours in switch, boring to manually test so here it is
Switch(
activeColor: Colors.red, // Red when active
inactiveThumbColor: Colors.blue, // Blue when inactive
activeTrackColor: Colors.green, // Green track when active
inactiveTrackColor: Colors.orange, // Orange track when inactive
value: switchValue,
onChanged: onChanged,
),
Top comments (0)