RadioTileThemeDefaults constructor

RadioTileThemeDefaults(
  1. BuildContext context, [
  2. RadioTileThemeData? other
])

Implementation

RadioTileThemeDefaults(this.context, [RadioTileThemeData? other])
    : super.from(other);