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: IndentTop side.
bottom: IndentBottom side.
left: IndentLeft side.
right: IndentRight side.