Wrapper constructor
const
Wrapper({
- Key? key,
- required Widget child,
- WrapperBuilder? builder,
- bool wrap = true,
- bool maintainStructure = false,
Implementation
const Wrapper({
super.key,
required this.child,
this.builder,
this.wrap = true,
this.maintainStructure = false,
});