MPadding constructor

const MPadding(
  1. MInsets insets,
  2. MNode child
)

Implementation

const MPadding(this.insets, this.child);