-
public final class MarkerComponentKt
-
-
Method Summary
Modifier and Type Method Description final static MarkerComponentmarkerComponent(TextComponent label, Component indicator, LineComponent guideline)Creates a MarkerComponent. -
-
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.
-
-
-
-