Gap constructor

Gap(
  1. double size
)

构造指定尺寸的空白元素 @param size 空白区域的尺寸(单位:逻辑像素)

Implementation

Gap(this.size);