onDateSubmitted property

ValueChanged<Jalali?>? 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 Jalali.

Implementation

final ValueChanged<Jalali?>? onDateSubmitted;