Don't connect M3EToggleButtonGroup

I think it looks nicer this way.
This commit is contained in:
Henry Hiles 2026-06-06 12:25:09 -04:00
commit 240984a832
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -51,7 +51,6 @@ class MemberList extends HookConsumerWidget {
Padding(
padding: .symmetric(vertical: 8),
child: M3EToggleButtonGroup(
type: .connected,
selectedIndex: statusIndex.value,
onSelectedIndexChanged: (index) =>
statusIndex.value = index ?? statusIndex.value,