There are `Dp`, `DpOffset` and even `DpRect`, but ...
# compose
o
There are
Dp
,
DpOffset
and even
DpRect
, but no
DpSize
… For some reason, I need
DpSize
much more often than offset or rect. Could you please add it for completeness?
1
4
@George Mount thanks for the change! I’d also add
DpRect(DpOffset, DpSize)
constructor function, and also add overloads with
DpSize
to Modifiers, like
size
,
requiredSize
. etc
g
New CL is up for review.
oh, that's a good idea for the modifiers. I'll do that, too.