pub type Padding = Sides<Indent>;
Expand description
Padding represent a 4 indents of cell.
Aliased Type§
struct Padding {
pub top: Indent,
pub bottom: Indent,
pub left: Indent,
pub right: Indent,
}
Fields§
§top: Indent
Top side.
bottom: Indent
Bottom side.
left: Indent
Left side.
right: Indent
Right side.