onChanged property

ValueChanged<String>? onChanged
final

Callback triggered when the date changes.

Provides the formatted date string as its parameter.

Implementation

final ValueChanged<String>? onChanged;