data class SpatialShapes(val xxSmall: <Error class: unknown class> = RoundedCornerShape(SpatialShapeSizes.xxSmall), val xSmall: <Error class: unknown class> = RoundedCornerShape(SpatialShapeSizes.xSmall), val small: <Error class: unknown class> = RoundedCornerShape(SpatialShapeSizes.small), val medium: <Error class: unknown class> = RoundedCornerShape(SpatialShapeSizes.medium), val large: <Error class: unknown class> = RoundedCornerShape(SpatialShapeSizes.large), val xLarge: <Error class: unknown class> = RoundedCornerShape(SpatialShapeSizes.xLarge))
SpatialShapes
(
xxSmall
, xSmall
, small
, medium
, large
, xLarge
)
|
Signature
constructor(xxSmall: CornerBasedShape = RoundedCornerShape(SpatialShapeSizes.xxSmall), xSmall: CornerBasedShape = RoundedCornerShape(SpatialShapeSizes.xSmall), small: CornerBasedShape = RoundedCornerShape(SpatialShapeSizes.small), medium: CornerBasedShape = RoundedCornerShape(SpatialShapeSizes.medium), large: CornerBasedShape = RoundedCornerShape(SpatialShapeSizes.large), xLarge: CornerBasedShape = RoundedCornerShape(SpatialShapeSizes.xLarge)) Parameters
xxSmall:
CornerBasedShape
xSmall:
CornerBasedShape
small:
CornerBasedShape
medium:
CornerBasedShape
large:
CornerBasedShape
xLarge:
CornerBasedShape
Returns |
large
:
CornerBasedShape
[Get] |
Signature
val large: CornerBasedShape |
medium
:
CornerBasedShape
[Get] |
Signature
val medium: CornerBasedShape |
small
:
CornerBasedShape
[Get] |
Signature
val small: CornerBasedShape |
xLarge
:
CornerBasedShape
[Get] |
Signature
val xLarge: CornerBasedShape |
xSmall
:
CornerBasedShape
[Get] |
Signature
val xSmall: CornerBasedShape |
xxSmall
:
CornerBasedShape
[Get] |
Signature
val xxSmall: CornerBasedShape |