DxSizedBox constructor

DxSizedBox({
  1. Widget? child,
  2. double? width,
  3. double? height,
})

Implementation

DxSizedBox({
  this.child,
  this.width,
  this.height,
});