Package-level declarations
Properties
Link copied to clipboard
The current VicoTheme.
Functions
Link copied to clipboard
Creates a Dimensions instance with a common value for each coordinate.
Creates a Dimensions instance using the provided measurements.
Link copied to clipboard
Provides a VicoTheme.
Link copied to clipboard
fun <M : MeasuringContext, D : DrawingContext> rememberHorizontalLegend(items: AdditionScope<LegendItem>.(ExtraStore) -> Unit, iconSize: Dp = Defaults.LEGEND_ICON_SIZE.dp, iconLabelSpacing: Dp = Defaults.LEGEND_ICON_LABEL_SPACING.dp, rowSpacing: Dp = Defaults.LEGEND_ROW_SPACING.dp, columnSpacing: Dp = Defaults.LEGEND_COLUMN_SPACING.dp, padding: Dimensions = Dimensions.Empty): HorizontalLegend<M, D>
Creates and remembers a HorizontalLegend.
Link copied to clipboard
fun <M : MeasuringContext, D : DrawingContext> rememberVerticalLegend(items: AdditionScope<LegendItem>.(ExtraStore) -> Unit, iconSize: Dp = Defaults.LEGEND_ICON_SIZE.dp, iconLabelSpacing: Dp = Defaults.LEGEND_ICON_LABEL_SPACING.dp, rowSpacing: Dp = Defaults.LEGEND_ROW_SPACING.dp, padding: Dimensions = Dimensions.Empty): VerticalLegend<M, D>
Creates and remembers a VerticalLegend.