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.
layer Name
The text style for the layer name.
sub Layer Name
The text style for the sub layer name.
legend Info Name
The text style for the legend info name.