CustomScreenUtil constructor

const CustomScreenUtil({
  1. Key? key,
  2. Widget? child,
  3. Size? designSize,
})

this is the constructor of custom screen util

Implementation

const CustomScreenUtil({super.key, this.child, this.designSize});