FieldRadio constructor Null safety

FieldRadio(
  1. String? type,
  2. String? activeColor,
  3. bool? autofocus,
  4. String? fillColor,
  5. String? focusColor,
  6. String? focusNode,
  7. String? groupValue,
  8. String? hoverColor,
  9. String? materialTapTargetSize,
  10. String? mouseCursor,
  11. String? onChanged,
  12. String? overlayColor,
  13. double? splashRadius,
  14. bool? toggleable,
  15. String? value,
  16. String? visualDensity
)

Implementation

FieldRadio(this.type, this.activeColor, this.autofocus, this.fillColor, this.focusColor, this.focusNode, this.groupValue, this.hoverColor,
    this.materialTapTargetSize, this.mouseCursor, this.onChanged, this.overlayColor, this.splashRadius, this.toggleable, this.value, this.visualDensity);