Create constructors for Padding that make it more clear #798
Closed
Description
Ahh my confusion was that this was bottom padding 😀
Good idea about adding better constructors
Originally posted by @joshka in #783 (comment)
Add e.g.
impl Padding {
fn top(height: u16) -> Padding {}
fn bottom(height: u16) -> Padding {}
// etc. (left, right)