Ji Sungbin (Forky)
Ji Sungbin (Forky)
https://developer.android.com/reference/kotlin/androidx/compose/foundation/package-summary#(androidx.compose.ui.Modifier).magnifier(kotlin.Function1,kotlin.Function1,kotlin.Float,androidx.compose.foundation.MagnifierStyle,kotlin.Function1)
성능에 영향을 미치는 요소임 최적화된 경험을 보장하기 위해 `Modifier.Node`가 사용돼야 함
https://duckie-team.slack.com/archives/C054F0B725T/p1684377326315579?thread_ts=1684271656.785159&cid=C054F0B725T
- 텍스트 컴포저블을 QuackText로 델리게이트하면 생각보다 쉬움 - 텍스트 데코레이터 데이터만 밑으로 전파하면 될 듯
https://developer.android.com/reference/kotlin/androidx/compose/ui/Modifier#(androidx.compose.ui.Modifier).semantics(kotlin.Boolean,kotlin.Function1)
## Ref: [@Sampled](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:annotation/annotation-sampled/src/main/java/androidx/annotation/Sampled.kt)
Composables with unstable arguments need to be handled differently because of the way IRs are generated.