radio_group_v2 library

Classes

RadioGroup
A widget that creates a set of radio buttons in a single, interconnected group.
RadioGroupController
Holds the value of the selected button so parent widgets can know what is selected and also allows parent widgets to set a new selected value.
RadioGroupDecoration
This class is applied to a RadioGroup to define the style and design of it.

Enums

RadioGroupOrientation
Describes how the radio button list will be laid out on the screen.

Exceptions / Errors

ControllerDecoupledException
The exception that is thrown when the RadioGroupController can no longer see its RadioGroup.
IllegalValueException
The exception that is thrown when the RadioGroupController tries to set a value that is not part of the RadioGroup's value list.
IndexOutOfBoundsException
The exception that is thrown when the RadioGroupController tries to set a value at an index that is outside of the RadioGroup's value list's range.