Does anybody help me understand this?
Why compose PaddingValues is not a Value class?
I was wondering since padding values represent padding in non-negative dp, can't we just make it a value class. The class stores padding in shorts (half floats).
a
agrosner
12/04/2024, 12:43 AM
Value classes can only have one value currently
z
Zakir Sheikh
12/04/2024, 12:59 AM
@agrosner yes I know that but can't we use half floats