JsonCenterBuilder constructor

JsonCenterBuilder({
  1. double? heightFactor,
  2. double? widthFactor,
})

Implementation

JsonCenterBuilder({
  this.heightFactor,
  this.widthFactor,
}) : super(numSupportedChildren: kNumSupportedChildren);