Does anybody help me understand this? Why compose ...
# android
z
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
Value classes can only have one value currently
z
@agrosner yes I know that but can't we use half floats