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.text
/
InputStatusColorProvider
Input
Status
Color
Provider
@
Stable
interface
InputStatusColorProvider
颜色状态提供器
可以为输入框提供提示灯的颜色 除了悬浮、获得焦点等鼠标指针事件外,也可以自定义例如输入超长、出现错误等特定情况
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
color
Link copied to clipboard
@
Composable
abstract
fun
color
(
state
:
InputState
,
isFocused
:
Boolean
,
isHovered
:
Boolean
,
isPressed
:
Boolean
,
isDragged
:
Boolean
)
:
Color