OverflowDecoratedBox constructor
const
OverflowDecoratedBox({
- Key? key,
- required Decoration decoration,
- required EdgeInsets expands,
- Widget? child,
Creates an OverflowDecoratedBox.
Implementation
const OverflowDecoratedBox({
super.key,
required this.decoration,
required this.expands,
super.child,
});