SetDesignPX constructor

SetDesignPX({
  1. double width = defaultWxDesign,
  2. double height = defaultHxDesign,
})

Implementation

SetDesignPX(
   {
     this.width = defaultWxDesign,
     this.height= defaultHxDesign
   });