Frezyx/group_button

Cannot dynamically change the selected button

darker-dubai opened this issue · 1 comments

GroupButton(
spacing: 10.w,
isRadio: true,
buttons: _tabValues,
onSelected: _onTabbarTap,
### selectedButton: _tabbarIndex,
)

setState(() {
_tabbarIndex = index;
});

It's doesn't work!, How can I do?

Hello!
Now you can work with GroupButtonController in new 4.0.0 version