✅ You are viewing documentation for the latest version of Compose SDK.
Version:

# Type alias TotalLabelsTextStyle

TotalLabelsTextStyle: Omit< TextStyle, "pointerEvents" | "textOverflow" > & { align: "center" | "left" | "right"; }

Text styling options for total labels.

Extends the base TextStyle with additional alignment options specific to total labels.

# TotalLabelsTextStyle.align

align?: "center" | "left" | "right"

Horizontal alignment of the total label text