RadioButtonTheme constructor

const RadioButtonTheme({
  1. Key? key,
  2. required RadioButtonThemeData data,
  3. required Widget child,
})

Creates a radio button theme that controls the configurations for RadioButton.

Implementation

const RadioButtonTheme({super.key, required this.data, required super.child});