FallbackUiDefaults

data class FallbackUiDefaults(val textStyle: TextStyle, val containerColor: Color, val contentColor: Color)

The FallbackUiDefaults allows to customize the fallback pages (ServerOfflineUi and NoInternetConnectionUi) style

Author

N7ghtm4r3

Since

1.1.0

Constructors

Link copied to clipboard
constructor(textStyle: TextStyle, containerColor: Color, contentColor: Color)

Properties

Link copied to clipboard

The color of the container

Link copied to clipboard

The color of the content

Link copied to clipboard

The style to apply to the text