showActiveSectionTooltip property

  1. @BuiltValueField(wireName: 'showActiveSectionTooltipOnMobile')
bool? showActiveSectionTooltip

On mobile, when displaying a chart with sections, a tooltip is shown at the bottom of the screen with the section name and pricing. You can hide this tooltip on mobile by passing showActiveSectionTooltipOnMobile: false.

Implementation

@BuiltValueField(wireName: 'showActiveSectionTooltipOnMobile')
bool? get showActiveSectionTooltip;