WidgetDim constructor

WidgetDim(
  1. double width,
  2. double height
)

Implementation

WidgetDim(this.width,this.height);