FieldStyleRadio constructor

FieldStyleRadio({
  1. TextStyle? titleStyle,
  2. TextStyle? listTileStyle,
  3. bool? hideTitle,
  4. NyColor? selectedColor,
  5. NyColor? tileColor,
  6. ShapeBorder? shape,
  7. EdgeInsetsGeometry? contentPadding,
  8. NyColor? activeColor,
  9. NyColor? fillColor,
  10. NyColor? hoverColor,
  11. NyColor? overlayColor,
  12. double? splashRadius,
  13. MouseCursor? mouseCursor,
  14. double titleSpacing = 10.0,
  15. double? headerSpacing = 5.0,
  16. double? footerSpacing = 5.0,
})

Implementation

FieldStyleRadio({
  this.titleStyle,
  this.listTileStyle,
  this.hideTitle,
  this.selectedColor,
  this.tileColor,
  this.shape,
  this.contentPadding,
  this.activeColor,
  this.fillColor,
  this.hoverColor,
  this.overlayColor,
  this.splashRadius,
  this.mouseCursor,
  this.titleSpacing = 10.0,
  super.headerSpacing,
  super.footerSpacing,
});