Creates a widget that lets its child overflow itself.
Source
OverflowBox({
Key key,
this.alignment: FractionalOffset.center,
this.minWidth,
this.maxWidth,
this.minHeight,
this.maxHeight,
Widget child
}) : super(key: key, child: child);
Creates a widget that lets its child overflow itself.
OverflowBox({
Key key,
this.alignment: FractionalOffset.center,
this.minWidth,
this.maxWidth,
this.minHeight,
this.maxHeight,
Widget child
}) : super(key: key, child: child);