typography
fun typography(titleTextStyle: TextStyle = MaterialTheme.typography.titleLarge.copy(
color = MaterialTheme.colorScheme.secondary
), subtitleTextStyle: TextStyle = MaterialTheme.typography.titleMedium.copy(
color = MaterialTheme.colorScheme.primary
), bodyTextStyle: TextStyle = MaterialTheme.typography.bodyLarge.copy(
color = MaterialTheme.colorScheme.primary
)): WorldScaleCalibrationViewTypography
Default typography scheme for the WorldScaleSceneViewScope.CalibrationView
Since
200.7.0
Parameters
title Text Style
The text style for the title of the WorldScaleSceneViewScope.CalibrationView.
subtitle Text Style
The text style for any subtitles of the WorldScaleSceneViewScope.CalibrationView.
body Text Style
The text style for any body text of the WorldScaleSceneViewScope.CalibrationView.