yako-dev/flutter-settings-ui

Add override option for SettingsList alignment

Llamadmiral opened this issue · 0 comments

SettingsList looks really bad on wide screen (such as tablets), and all the constraints for its position are only working if you constraint the size aswell, resulting in bad graphic designs.

Line in question:

alignment: Alignment.center,