onDateTimeSelected property

ValueChanged<DateTime?>? onDateTimeSelected
final

Optional This callback will display the current DateTime selected by the indicator Only works when the BezierChartScale is date type

Implementation

final ValueChanged<DateTime?>? onDateTimeSelected;