RadioTheme constructor

const RadioTheme({
  1. Color? activeColor,
  2. Color? borderColor,
  3. double? size,
  4. Color? backgroundColor,
})

Implementation

const RadioTheme(
    {this.activeColor, this.borderColor, this.size, this.backgroundColor});