Marko Novakovic
FontWeight
FontSize
Eric Boggs
val fontSize by transition.animateInt(label = "header transition text size") { state -> when(state) { <http://ScrolledState.Top|ScrolledState.Top> -> 32 ScrolledState.Scrolled -> 20 } }
Text( stringResource(id = R.string.some_string), fontSize = fontSize.sp, )
A modern programming language that makes developers happier.