equals method
Implementation
bool equals(LayoutPadding v) =>
    left == v.left && top == v.top && right == v.right && bottom == v.bottom;bool equals(LayoutPadding v) =>
    left == v.left && top == v.top && right == v.right && bottom == v.bottom;