WindowPadding constructor

const WindowPadding(
  1. double x,
  2. double y
)

Implementation

const WindowPadding(this.x, this.y);