FieldStyleRadio constructor
FieldStyleRadio({
- TextStyle? titleStyle,
- TextStyle? listTileStyle,
- bool? hideTitle,
- NyColor? selectedColor,
- NyColor? tileColor,
- ShapeBorder? shape,
- EdgeInsetsGeometry? contentPadding,
- NyColor? activeColor,
- NyColor? fillColor,
- NyColor? hoverColor,
- NyColor? overlayColor,
- double? splashRadius,
- MouseCursor? mouseCursor,
- double titleSpacing = 10.0,
- double? headerSpacing = 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,
});