DFSize constructor

const DFSize(
  1. double width,
  2. double height
)

创建尺寸

Implementation

const DFSize(this.width, this.height);