default
fun default(shape: Shape = if (Platform.rememberIsTv()) {
Platform.shapes().medium
} else {
RectangleShape
}, focusedShape: Shape = shape, pressedShape: Shape = shape, selectedShape: Shape = shape, disabledShape: Shape = shape, focusedSelectedShape: Shape = shape, focusedDisabledShape: Shape = disabledShape, pressedSelectedShape: Shape = shape, selectedDisabledShape: Shape = disabledShape, focusedSelectedDisabledShape: Shape = disabledShape): PlatformSurfaceShape.Selectable(source)