GrowingTextFieldDefaults

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)