JsonCenterBuilder constructor

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

Implementation

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