JsonSizedBoxBuilder constructor

JsonSizedBoxBuilder({
  1. double? height,
  2. double? width,
})

Implementation

JsonSizedBoxBuilder({
  this.height,
  this.width,
}) : super(numSupportedChildren: kNumSupportedChildren);