onSubmit property

VoidCallback? onSubmit
final

If you don't want to use auto submission logic when entering the whole code use this one to add onPressed handler for Submit EWBaseButton

Implementation

final VoidCallback? onSubmit;