customStyleBuilder property

CustomStyleBuilder<T>? customStyleBuilder
final

Custom builder for the style of the indicator.

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

For a simpler version of this builder, please use styleBuilder.

Implementation

final CustomStyleBuilder<T>? customStyleBuilder;