onTap property

ValueChanged<CandleData>? onTap
final

An optional event, fired when the user clicks on a candlestick.

Implementation

final ValueChanged<CandleData>? onTap;