Cannot dynamically change the selected button
darker-dubai opened this issue · comments
darker-dubai commented
GroupButton(
spacing: 10.w,
isRadio: true,
buttons: _tabValues,
onSelected: _onTabbarTap,
### selectedButton: _tabbarIndex,
)
setState(() {
_tabbarIndex = index;
});
It's doesn't work!, How can I do?
Stanislav Ilin commented
Hello!
Now you can work with GroupButtonController in new 4.0.0 version