group_button library
Classes
-
GroupButton<
T> - GroupButtonController
- GroupButton Controller for working with GroupButton from the outside
- GroupButtonOptions
- UI settings of package
Enums
- CrossGroupAlignment
- How the buttons should be placed along the cross axis in a layout
- GroupingType
- Responsible for how the buttons will be grouped
- GroupRunAlignment
- How the button runs themselves should be placed the cross axis in a layout
- MainGroupAlignment
- How the buttons should be placed in the main axis in a layout
Typedefs
- GroupButtonIndexedBuilder = Widget Function(bool selected, int index, BuildContext context)
- Custom builder method to create custom buttons by index
- GroupButtonIndexedTextBuilder = String Function(bool selected, int index, BuildContext context)
- Custom builder method to create custom buttons by index
- Custom builder method to create custom buttons by value
-
GroupButtonValueBuilder<
T> = Widget Function(bool selected, T value, BuildContext context) - Custom builder method to create custom buttons by value