JsonFractionallySizedBoxBuilder constructor

JsonFractionallySizedBoxBuilder({
  1. required AlignmentGeometry alignment,
  2. double? heightFactor,
  3. double? widthFactor,
})

Implementation

JsonFractionallySizedBoxBuilder({
  required this.alignment,
  this.heightFactor,
  this.widthFactor,
}) : super(numSupportedChildren: kNumSupportedChildren);