onFieldSubmitted property

ValueChanged<DateTime?>? onFieldSubmitted
final

Called when an enclosing form is submitted. The value passed will be null if format fails to parse the text.

Implementation

final ValueChanged<DateTime?>? onFieldSubmitted;