Package 

Class MarkerComponentKt

    • Method Summary

      Modifier and Type Method Description
      final static MarkerComponent markerComponent(TextComponent label, Component indicator, LineComponent guideline) Creates a MarkerComponent.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • markerComponent

        @Composable() final static MarkerComponent markerComponent(TextComponent label, Component indicator, LineComponent guideline)

        Creates a MarkerComponent.

        Parameters:
        label - the TextComponent to use for the label.
        indicator - the Component to use for the indicator.
        guideline - the LineComponent to use for the guideline.