fun typography(offlineMapAreasTitle: TextStyle = MaterialTheme.typography.titleMedium, offlineOpenButtonText: TextStyle = MaterialTheme.typography.labelSmall, preplannedMapAreaTitle: TextStyle = MaterialTheme.typography.titleSmall, preplannedMapAreaDescription: TextStyle = MaterialTheme.typography.bodySmall, preplannedMapAreaStatus: TextStyle = MaterialTheme.typography.labelSmall.copy(
fontSize = 10.sp,
fontWeight = FontWeight.Normal
), mapAreasDetailsTitle: TextStyle = MaterialTheme.typography.titleLarge, mapAreasDetailsSize: TextStyle = MaterialTheme.typography.bodyMedium, mapAreasDetailsDescriptionLabel: TextStyle = MaterialTheme.typography.labelSmall, mapAreasDetailsDescription: TextStyle = MaterialTheme.typography.bodyMedium, onDemandMapAreasTitle: TextStyle = MaterialTheme.typography.titleSmall, onDemandMapAreaStatus: TextStyle = MaterialTheme.typography.labelSmall.copy(
fontSize = 10.sp,
fontWeight = FontWeight.Normal
), onDemandMapAreaAddMapAreaButtonText: TextStyle = MaterialTheme.typography.labelSmall, onDemandMapAreaSelectorTitle: TextStyle = MaterialTheme.typography.titleMedium, onDemandMapAreaSelectorMessage: TextStyle = MaterialTheme.typography.labelSmall, onDemandMapAreaSelectorAreaName: TextStyle = MaterialTheme.typography.titleLarge, onDemandMapAreaSelectorRenameButtonTextStyle: TextStyle = MaterialTheme.typography.labelSmall, areaNameDialogTitle: TextStyle = MaterialTheme.typography.titleLarge): Typography Creates default typography values for the OfflineMapAreas composable.
Since
200.8.0
Parameters
The text style for the title of the Offline Map Areas.
The text style for the open button in offline map areas.
The text style for the title of preplanned map area.
preplannedMapAreaDescription
The text style for the description of preplanned map area.
The text style for the status of preplanned map area.
The text style for the title in map areas details.
The text style for the size label in map areas details.
mapAreasDetailsDescriptionLabel
The text style for the description label in map areas details.
mapAreasDetailsDescription
The text style for the description in map areas details.
The text style for the title of on-demand map areas.
The text style for the status of on-demand map area.
onDemandMapAreaAddMapAreaButtonText
The text style for the add map area button in on-demand map area.
onDemandMapAreaSelectorTitle
The text style for the title in on-demand map area selector.
onDemandMapAreaSelectorMessage
The text style for the message in on-demand map area selector.
onDemandMapAreaSelectorAreaName
The text style for the area name in on-demand map area selector.
onDemandMapAreaSelectorRenameButtonTextStyle
The text style for the rename button in on-demand map area selector.
The text style for the title of the area name dialog in on-demand map area selector.