typography

fun typography(title: TextStyle = MaterialTheme.typography.titleMedium, layerName: TextStyle = MaterialTheme.typography.titleSmall, subLayerName: TextStyle = MaterialTheme.typography.bodyMedium, legendInfoName: TextStyle = MaterialTheme.typography.bodyMedium): Typography

Creates default typography values for the Legend composable.

Since

200.7.0

Parameters

title

The text style for the title.

layerName

The text style for the layer name.

subLayerName

The text style for the sub layer name.

legendInfoName

The text style for the legend info name.