DVUI

padSize

Parameters

#
self:*const Options
*const Options
s:Size
Size

Source

Implementation

#
pub fn padSize(self: *const Options, s: Size) Size {
    return s.pad(self.paddingGet()).pad(self.borderGet()).pad(self.marginGet());
}