WebContentWrapper constructor
const
WebContentWrapper({
- required Widget child,
- double maxWidth = 680,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 16),
- bool showBackButton = false,
- Key? key,
Implementation
const WebContentWrapper({
required this.child,
this.maxWidth = 680,
this.padding = const EdgeInsets.symmetric(horizontal: 16),
this.showBackButton = false,
super.key,
});