InfoPanelStyle
data class InfoPanelStyle(val contentPadding: PaddingValues? = null, val background: @Composable (InfoPanelType) -> Modifier? = null, val textStyle: @Composable (InfoPanelType) -> TextStyle? = null)
Constructors
Link copied to clipboard
constructor(contentPadding: PaddingValues? = null, background: @Composable (InfoPanelType) -> Modifier? = null, textStyle: @Composable (InfoPanelType) -> TextStyle? = null)