RadioThemeData constructor

const RadioThemeData({
  1. MaterialStateProperty<MouseCursor?>? mouseCursor,
  2. MaterialStateProperty<Color?>? fillColor,
  3. MaterialStateProperty<Color?>? overlayColor,
  4. double? splashRadius,
  5. MaterialTapTargetSize? materialTapTargetSize,
  6. VisualDensity? visualDensity,
})

Creates a theme that can be used for ThemeData.radioTheme.

Implementation

const RadioThemeData({
  this.mouseCursor,
  this.fillColor,
  this.overlayColor,
  this.splashRadius,
  this.materialTapTargetSize,
  this.visualDensity,
});