JsonOverflowBoxBuilder constructor
const
JsonOverflowBoxBuilder({
- required AlignmentGeometry alignment,
- double? maxHeight,
- double? maxWidth,
- double? minHeight,
- double? minWidth,
Implementation
const JsonOverflowBoxBuilder({
required this.alignment,
this.maxHeight,
this.maxWidth,
this.minHeight,
this.minWidth,
}) : super(numSupportedChildren: kNumSupportedChildren);