Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.floating
/
DialogInput
/
DialogInput
Dialog
Input
constructor
(
hint
:
String
=
""
,
maxLength
:
Int
=
Int.MAX_VALUE
,
maxLines
:
Int
=
1
,
minLines
:
Int
=
maxLines
,
leading
:
InputDecoration
?
=
null
,
trailing
:
InputDecoration
?
=
null
)