radioTheme function

RadioThemeData radioTheme(
  1. BuildContext context
)

Implementation

RadioThemeData radioTheme(BuildContext context) {
  return theme(context).radioTheme;
}