JsonOverflowBoxBuilder constructor

JsonOverflowBoxBuilder({
  1. required AlignmentGeometry alignment,
  2. double? maxHeight,
  3. double? maxWidth,
  4. double? minHeight,
  5. double? minWidth,
})

Implementation

JsonOverflowBoxBuilder({
  required this.alignment,
  this.maxHeight,
  this.maxWidth,
  this.minHeight,
  this.minWidth,
}) : super(numSupportedChildren: kNumSupportedChildren);