connectedTrailingButtonShapes

@Composable
fun connectedTrailingButtonShapes(shape: Shape = connectedTrailingButtonShape, pressedShape: Shape = connectedTrailingButtonPressShape, checkedShape: Shape = connectedButtonCheckedShape): ToggleButtonShapes

Defaults button shapes for the end button in a ConnectedButtonGroup.