I noticed there’s a `Padding` composable, but also a modifier `LayoutPadding`. When would you use on...
j
I noticed there’s a
Padding
composable, but also a modifier
LayoutPadding
. When would you use one over the other? Are there plans to deprecate one of them?