SalesforceTextFontScale

@Composable @VisibleForTesting fun SalesforceTextFontScale()

Composable function for Salesforce text font scaling.

  • @Composable - Marks this function as a Composable
  • @VisibleForTesting - Indicates this function is intended for testing purposes