Commit 95e3d627 by Rizal Hermawan

change checkbox position

parent 15da8b6d
......@@ -141,7 +141,7 @@ class _MultiSelectBottomSheetState<V> extends State<MultiSelectBottomSheet<V>> {
? widget.selectedItemsTextStyle
: widget.itemsTextStyle,
),
controlAffinity: ListTileControlAffinity.leading,
controlAffinity: ListTileControlAffinity.trailing,
onChanged: (checked) {
setState(() {
_selectedValues = widget.onItemCheckedChange(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment