foregroundIndicatorIconBuilder property

CustomIndicatorBuilder<T>? foregroundIndicatorIconBuilder
final

If null, the indicator is behind the icons. Otherwise an icon is in the indicator and is built using this function.

Implementation

final CustomIndicatorBuilder<T>? foregroundIndicatorIconBuilder;