Don't connect M3EToggleButtonGroup
I think it looks nicer this way.
This commit is contained in:
parent
633e83b915
commit
240984a832
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ class MemberList extends HookConsumerWidget {
|
||||||
Padding(
|
Padding(
|
||||||
padding: .symmetric(vertical: 8),
|
padding: .symmetric(vertical: 8),
|
||||||
child: M3EToggleButtonGroup(
|
child: M3EToggleButtonGroup(
|
||||||
type: .connected,
|
|
||||||
selectedIndex: statusIndex.value,
|
selectedIndex: statusIndex.value,
|
||||||
onSelectedIndexChanged: (index) =>
|
onSelectedIndexChanged: (index) =>
|
||||||
statusIndex.value = index ?? statusIndex.value,
|
statusIndex.value = index ?? statusIndex.value,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue