color Scheme
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.
Since
200.8.0
Parameters
offline Background Color
The background color used for the offline map areas.
offline Surface Container Color
The color used for the background of offline map area descriptions.
offline Icon Buttons Color
The color used for the icon buttons in offline map areas.
offline Buttons Color
The color used for the buttons in offline map areas.
on Demand Map Area Selector Cancel Button Color
The color used for the cancel button in the on-demand map area selector.