RadioThemeModifier constructor
      const
      RadioThemeModifier({ 
    
- Key? key,
- Widget? child,
- Key? modifierKey,
- required RadioThemeData data,
Constructs a radio theme that configures all descendant Radio widgets.
Implementation
const RadioThemeModifier({
  super.key,
  super.child,
  super.modifierKey,
  required this.data,
});