editableTextFieldTypography

fun editableTextFieldTypography(labelStyle: TextStyle = MaterialTheme.typography.bodySmall, textStyle: TextStyle = MaterialTheme.typography.bodyLarge, supportingTextStyle: TextStyle = MaterialTheme.typography.bodySmall): EditableTextFieldTypography

Creates an instance of EditableTextFieldTypography with default values from MaterialTheme.

Since

200.5.0

Parameters

labelStyle

The style for the label of this field.

textStyle

The style for the text of this field.

supportingTextStyle

The style for the supporting text of this field.