Searched defs:maxLength (Results 1 – 1 of 1) sorted by relevance
135 fun InputTransformation.maxLength(maxLength: Int): InputTransformation = in InputTransformation() method223 private data class MaxLengthFilter(private val maxLength: Int) : InputTransformation { constant in androidx.compose.foundation.text.input.MaxLengthFilter