onDateSubmitted property

ValueChanged<DateTime>? onDateSubmitted
final

An optional method to call when the user indicates they are done editing the text in the field. Will only be called if the input represents a valid DateTime.

Implementation

final ValueChanged<DateTime>? onDateSubmitted;