Form4Config constructor

const Form4Config({
  1. String? title,
  2. void onSuccess(
    1. SaveResult result
    )?,
  3. void onFailure(
    1. SaveResult result
    )?,
})

Implementation

const Form4Config({this.title, this.onSuccess, this.onFailure});