NormalizedOverflowBox constructor
const
NormalizedOverflowBox({})
Creates a widget that lets its child overflow itself, but prevents invalid constraints.
Implementation
const NormalizedOverflowBox({
Key? key,
this.alignment = Alignment.center,
this.minWidth,
this.maxWidth,
this.minHeight,
this.maxHeight,
Widget? child,
}) : super(key: key, child: child);