RadioThemeDefaults constructor

RadioThemeDefaults(
  1. BuildContext context, [
  2. RadioThemeData? other
])

Implementation

RadioThemeDefaults(this.context, [RadioThemeData? other]) : super.from(other);