아래처럼 사용 가능하며, 이 외에도 toSp(), toPx() 등이 지원된다.
with(LocalDensity.current) { val width = it.width.toDp() } }