InputBuilder

fun InputBuilder(    label: String,     style: TextInputStyle = TextInputStyle.Paragraph,     required: Boolean = true,     allowedLength: ClosedRange<Int>? = null,     value: String? = null,     placeholder: String? = null)