Default Stylish Connected Card Item
The default card renderer used by connected-card layouts when no custom StylishConnectedCardItemContent is supplied.
This is the Finish-layer rendering: it delegates to the StylishConnectedCard atom, forwarding all connection geometry (shape, outline edges, outline corners) and item data including title, supporting text, click/long-click actions, enabled state, and leading/trailing slot content, dressed in the Stylish look.
Parameters
The StylishConnectedCardItem data for the card being rendered.
A modifier carrying layout constraints from the parent layout. Applied to the StylishConnectedCard root.
The connected Shape for this item's position in the group.
The ConnectedEdges indicating which sides draw outline borders.
The ConnectedCorners indicating which corners are rounded.
Background color, or null for the grouped-container default.
Content color, or null for an enabled/disabled-aware default.
Background color used when StylishConnectedCardItem.enabled is false.
Content color used when StylishConnectedCardItem.enabled is false.
Text style for the card title.
Text style for the card supporting text.
Maximum lines for the card title.
Overflow strategy for the card title.
Maximum lines for the card supporting text.
Overflow strategy for the card supporting text.
Minimum height of the card body. Defaults to DefaultStylishDimensions.cardMinHeight (77 dp).
Horizontal padding inside the card. Defaults to DefaultStylishDimensions.controlPadding (16 dp).
Vertical padding inside the card. Defaults to DefaultStylishDimensions.controlVerticalPadding (12 dp).
Horizontal gap between slots inside the card. Defaults to StylishTheme.dimensions.itemSpacing (8 dp).
Vertical gap between title and supporting text. Defaults to StylishTheme.dimensions.inlineSpacing (4 dp).