ResponsivePMaker constructor

ResponsivePMaker({
  1. Key? key,
  2. double? horizontal,
  3. double? vertical,
  4. double? designScreenHeight,
  5. double? designScreenWidth,
})

Implementation

ResponsivePMaker(
    {super.key,
    this.horizontal,
    this.vertical,
    this.designScreenHeight,
    this.designScreenWidth});