再利用可能でカプセル化された UI システムを構築するための「Put Hoisting」
Modifiers are one of my favorite features of Jetpack Compose. They allow you to easily add functionality to your composable functions without having to change the function itself. This is a huge win for composability and reusability. However, there are some modifiers that are more commonly used than others. One of these modifiers is the…