@Composable fun TextButtonWithAnimatedShapeSample() { TextButton(onClick = {}, shapes = ButtonDefaults.shapes()) { Text("Text Button") } }