You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class_GroupButtonBodyStateextendsState<GroupButtonBody> {
@overridevoidinitState() {
super.initState();
if (!widget.isRadio) {
widget.controller.toggleIndexes(widget.selectedButtons ?? []); // <<< has to be selectIndexes
}
Because the following code is not working properly:
Because the following code is not working properly:
It's oversimplified example, the point is that you cannot set properly synchronized selectedButtons and controller.
The text was updated successfully, but these errors were encountered: