setChild method

DxSizedBox setChild(
  1. Widget child
)

Implementation

DxSizedBox setChild(Widget child) {
  this.child = child;
  return this;
}