OfflineMapAreasDefaults

Default values for the OfflineMapAreas composable.

Since

200.8.0

Functions

Link copied to clipboard
fun colorScheme(offlineBackgroundColor: Color = MaterialTheme.colorScheme.background, offlineSurfaceContainerColor: Color = MaterialTheme.colorScheme.surfaceContainer, offlineIconButtonsColor: Color = MaterialTheme.colorScheme.primary, offlineButtonsColor: ButtonColors = ButtonDefaults.buttonColors(), onDemandMapAreaSelectorCancelButtonColor: IconButtonColors = IconButtonDefaults.filledTonalIconButtonColors()): ColorScheme

Creates default color scheme values for the OfflineMapAreas composable.

Link copied to clipboard
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.