We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637debe commit 699abe5Copy full SHA for 699abe5
1 file changed
lib/screens/settings/settings_screen.dart
@@ -644,6 +644,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
644
children: [
645
Text("Theme"),
646
SegmentedButton<int>(
647
+ showSelectedIcon: false,
648
segments: [
649
ButtonSegment(value: 0, label: Icon(Icons.devices)),
650
ButtonSegment(value: 1, label: Icon(Icons.sunny)),
0 commit comments