This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
Text里面的字能动态调整大小吗 #235
Unanswered
SakurajimaMaii
asked this question in
Q&A
Replies: 1 comment
-
var size by remember { mutableStateOf(16.sp) }
Button(
onClick = {
size = 30.sp
}
) {
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
能不能动态改变fontSize属性
Beta Was this translation helpful? Give feedback.
All reactions