canSubmitChange property

bool canSubmitChange
final

Can optionally be used to controll whether the 'submit' or 'save' button is visible or enabled. If onSubmitChange is triggered while canSubmitChange is false, it will result in an error in the configuration

Implementation

final bool canSubmitChange;