JetLimeStyle

Represents the styling configuration for JetLimeColumn and JetLimeRow components.

This class encapsulates various properties that define the appearance and layout of JetLimeColumn and JetLimeRow components, such as content distance, item spacing, line thickness, and alignment properties. It provides a fluent API for modifying these properties.

Parameters

contentDistance

The distance of content from the start of the JetLime component.

itemSpacing

The spacing between items in the JetLime component.

lineThickness

The thickness of the line in the JetLime component.

lineBrush

The brush used for the line in the JetLime component.

pathEffect

the effect applied to the geometry of the timeline to obtain a dashed pattern.

lineHorizontalAlignment

The horizontal alignment of the line in the JetLime component.

lineVerticalAlignment

The vertical alignment of the line in the JetLime component.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Checks if this JetLimeStyle is equal to another object.

Link copied to clipboard
open override fun hashCode(): Int

Generates a hash code for this JetLimeStyle.