Rachel
Toggle table of contents
3.6.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.text
/
FastCenterText
Fast
Center
Text
@
Composable
fun
FastCenterText
(
layoutAction
:
FastTextLayoutScope
.
(
)
->
MeasureResult
,
drawAction
:
FastTextDrawScope
.
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)
高性能居中 Text
自动跳过重组和布局阶段, 状态更新只发生在绘制阶段 适用条件:父容器宽度固定, 居中文本, 单行,裁切