NativeAdButton

@Composable
actual fun NativeAdTemplate.SupervisorScope.NativeAdButton(text: String, modifier: Modifier, textColor: Color, backgroundColor: Color, shape: Shape)
@Composable
expect fun NativeAdTemplate.SupervisorScope.NativeAdButton(text: String, modifier: Modifier = Modifier, textColor: Color = Color.White, backgroundColor: Color = Color.Black, shape: Shape = RectangleShape)
@Composable
actual fun NativeAdTemplate.SupervisorScope.NativeAdButton(text: String, modifier: Modifier, textColor: Color, backgroundColor: Color, shape: Shape)