onDateSubmitted property

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

Implementation

final ValueChanged<NepaliDateTime>? onDateSubmitted;