toggle_button_group library

Classes

ToggleButtonGroup<T, P>

Typedefs

ToggleButtonBuilder<T, P> = Widget Function(BuildContext context, SelectOption<T, P> option, bool isActive, VoidCallback? onSelect)
Builder for each button in the toggle group. You are responsible for handling the tap via onSelect callback.