copied property

Implementation

NikuEdgeInsets get copied => NikuEdgeInsets(
      top: top,
      left: left,
      bottom: bottom,
      right: right,
    );