createFallbackUiAppearance

fun createFallbackUiAppearance(    textStyle: TextStyle = TextStyle.Default,     containerColor: Color = MaterialTheme.colorScheme.background,     contentColor: Color = MaterialTheme.colorScheme.error): FallbackUiDefaults

Method used to create a customization style for a fallback page

Return

the customization style for a fallback page as FallbackUiDefaults

Parameters

textStyle

The style to apply to the text

containerColor

The color of the container

contentColor

The color of the content