Closed doctor-g closed 3 years ago
Looking more into this, CheckboxListStyle
always puts the checkbox on the right, but this would be awkward for specifying the quests at the very least. A better approach is explained by the CheckboxListStyle
documentation: to make a custom combination of widgets to show the checkbox on the left and text on the right. This will be functionally equivalent to the current code, but it would remove some of the unnecessary redundancy.
Right now, the settings screen manually connects a
Checkbox
with aTextButton
. Reviewing the documentation reveals thatCheckboxListTile
does exactly that, so it should be used instead.