Meet
UIKitView( factory = { UIButton.buttonWithType(UIButtonTypeSystem).apply { setTitle("Hello world", UIControlStateNormal) setTitleColor(UIColor.systemBlueColor, UIControlStateNormal) titleLabel?.font = UIFont.systemFontOfSize(17.0) } }, modifier = modifier.wrapContentSize() )
modifier = modifier.fillMaxWidth().height(100.dp)
Andrei Salavei
A modern programming language that makes developers happier.