groupRegistry property

RadioGroupRegistry<T>? groupRegistry
final

The registry this radio registers to.

Unless provided, the BuildContext will be used to look up the ancestor RadioGroupRegistry.

Implementation

final RadioGroupRegistry<T>? groupRegistry;