Source Chip
object SourceChip
Object defining property models for SourceChip
s.
Types
Link copied to clipboard
Supported SourceChip
sizes.
Link copied to clipboard
data class Style(val contentColourUnselected: AppColour, val contentColourSelected: AppColour, val fillColourUnselected: AppColour, val fillColourSelected: AppColour, val textStyle: TextStyle = Source.Typography.TextSansBold14, val borderColourUnselected: AppColour = AppColour.Unspecified, val borderColourSelected: AppColour = borderColourUnselected, val borderWidth: Dp = Dp.Unspecified, val shape: Shape = Shape, val badgeColour: AppColour = DefaultBadgeColour)
Represents the visual shape and style of a chip component.