FormInput constructor

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

Implementation

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