Tag: Modifiers
-
Getting started with jetpack compose – Modifiers
Modifiers are used to modify certain aspects of how the component is displayed on the screen. The Modifier itself is an interface, so we don’t directly instantiate an instance of that – instead, we use the provided subclasses to decorate our component in some way. If you’re new to Compose, I highly recommend going through […]