shouldShowLabels method
Sub-classes can override this method to control label visibility.
Implementation
@protected
bool shouldShowLabels(AnnotationSegment<Object> annotation) => true;
Sub-classes can override this method to control label visibility.
@protected
bool shouldShowLabels(AnnotationSegment<Object> annotation) => true;