onDateSaved property

ValueChanged<NepaliDateTime>? onDateSaved
final

An optional method to call with the final date when the form is saved via FormState.save. Will only be called if the input represents a valid NepaliDateTime.

Implementation

final ValueChanged<NepaliDateTime>? onDateSaved;