GrowingTextFieldDefaults
data class GrowingTextFieldDefaults(val label: String, val placeholder: String = "", val icon: ImageVector? = null, val iconContentDescription: String? = null, val minLines: Int = 3, val maxLines: Int = Int.MAX_VALUE, val maxCharacters: Int? = null, val keyboardType: KeyboardType = KeyboardType.Text, val capitalization: KeyboardCapitalization = KeyboardCapitalization.Sentences, val textStyle: TextStyle = TextStyle.Default, val shape: Shape = RoundedCornerShape(16.dp), val colors: GrowingTextFieldColors? = null, val animateContentChanges: Boolean = true)
Constructors
Link copied to clipboard
constructor(label: String, placeholder: String = "", icon: ImageVector? = null, iconContentDescription: String? = null, minLines: Int = 3, maxLines: Int = Int.MAX_VALUE, maxCharacters: Int? = null, keyboardType: KeyboardType = KeyboardType.Text, capitalization: KeyboardCapitalization = KeyboardCapitalization.Sentences, textStyle: TextStyle = TextStyle.Default, shape: Shape = RoundedCornerShape(16.dp), colors: GrowingTextFieldColors? = null, animateContentChanges: Boolean = true)