I want to have some modifiers that are available t...
# squarelibraries
t
I want to have some modifiers that are available to any widget. For example the
Modifier.padding
in Compose UI is a freestanding modifier that's not scope-specific. One other thing I wanted to try implementing was
Modifier.clickable
, but I wasn't sure it that'd work at all