groupRegistry property
final
The registry this radio registers to.
The radio relies on groupRegistry to maintains the state for selection. If use in conjunction with a RadioGroup widget, use RadioGroup.maybeOf to get the group registry from the context.
Implementation
final RadioGroupRegistry<T>? groupRegistry;