FormRadio constructor

FormRadio(
  1. Key key,
  2. FormCallBackItem onCallBack,
  3. FormInputModel formInputModel
)

Implementation

FormRadio(
  Key key,
  this.onCallBack,
  this.formInputModel,
) : super(key: key);