Source set: Android
public object ShapeDefaults
Contains the default values used by Shapes
Properties
ExtraSmall
Source set: Android
public val ExtraSmall: RoundedCornerShape = ShapeTokens.CornerExtraSmall
Extra small sized corner shape
Small
Source set: Android
public val Small: RoundedCornerShape = ShapeTokens.CornerSmall
Small sized corner shape
Medium
Source set: Android
public val Medium: RoundedCornerShape = ShapeTokens.CornerMedium
Medium sized corner shape
Large
Source set: Android
public val Large: RoundedCornerShape = ShapeTokens.CornerLarge
Large sized corner shape
ExtraLarge
Source set: Android
public val ExtraLarge: RoundedCornerShape = ShapeTokens.CornerExtraLarge
Extra large sized corner shape