Join Slack
Powered by
`Scaffold` enforces to use padding values. I want ...
# compose
n
nuhkoca
07/02/2023, 12:17 PM
Scaffold
enforces to use padding values. I want to achieve the same thing with my own component. Is it possible to do with only code?
✅ 1
nuhkoca
07/02/2023, 12:18 PM
Screenshot 2023-07-02 at 15.18.13.png
r
Rafs
07/02/2023, 1:19 PM
This looks like a lint rule to me with an Error severity. You can easily write your own
n
nuhkoca
07/02/2023, 4:45 PM
Yes, you are correct. It is
https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/[…]ava/androidx/compose/material/lint/ScaffoldPaddingDetector.kt
Thanks!
31
Views
Open in Slack
Previous
Next