indicator property

IndicatorBuilder? indicator
final

Default indicator builder. Used to draw values, even if user is not interacting with this component. This is null by default, so you have to use defaultIndicator or define your own if you want to display values.

Implementation

final IndicatorBuilder? indicator;