wrap funct on desktop theme selectors

This commit is contained in:
ryleedavis 2023-01-06 09:35:41 -07:00
parent 5e795ccc33
commit 79f2cc0768

View file

@ -174,7 +174,9 @@ class _ThemeToggle extends ConsumerState<ThemeToggle> {
@override
Widget build(BuildContext context) {
return Row(
return Wrap(
spacing: 16,
runSpacing: 16,
children: [
for (int i = 0; i < ThemeType.values.length; i++)
Row(