Form4Config constructor
const
Form4Config({
- String? title,
- void onSuccess(
- SaveResult result
- void onFailure(
- SaveResult result
Implementation
const Form4Config({this.title, this.onSuccess, this.onFailure});