shouldShowLabels method

  1. @protected
bool shouldShowLabels(
  1. AnnotationSegment<Object> annotation
)

Sub-classes can override this method to control label visibility.

Implementation

@protected
bool shouldShowLabels(AnnotationSegment<Object> annotation) => true;