styleBuilder property

StyleBuilder<T>? styleBuilder
final

Builder for the style of the indicator depending on the current value.

The returned style values overwrite the values of the style parameter if not null.

For a version of this builder with more parameters, please use customStyleBuilder.

Implementation

final StyleBuilder<T>? styleBuilder;