我正在尝试为图标添加权重,使其变得更加粗体,如本网站所述:https://m3.material.io/styles/icons/applying-icons#d7f45762-67ac-473d-95b0-9214c791e242
但是,这似乎无法编译 -
.weight
修饰符不可用。 我做错了什么?
Icon(
imageVector = Icons.Rounded.Check,
contentDescription = null,
modifier = Modifier
.weight(700F)
)
Compose 目前不支持材质符号。
但是,您可以使用此解决方法。
编辑:如果上述方法不起作用,请尝试使用此插件 https://plugins.jetbrains.com/plugin/18619-svg-to-compose