Why Box accepts padding with this description:
* The specified [padding] will be applied inside the [Box]. In order to apply padding outside
* the [Box], the [androidx.ui.layout.LayoutPadding] modifier should be used.
applying the padding
inside
or
outside
isn't just about the order of
padding
and
preferredSize
modifiers?
IMHO these padding parameters implies that the