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

titleTextStyle

The text style for the title of the WorldScaleSceneViewScope.CalibrationView.

subtitleTextStyle

The text style for any subtitles of the WorldScaleSceneViewScope.CalibrationView.

bodyTextStyle

The text style for any body text of the WorldScaleSceneViewScope.CalibrationView.