equals method

bool equals(
  1. LayoutPadding v
)

Implementation

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