WebPageFormContainer constructor
const
WebPageFormContainer({})
Implementation
const WebPageFormContainer({
Key? key,
required this.child,
this.maxWidth = 1400.0,
this.sideMarginPercentage = 0.18, // 18% margin by default
}) : super(key: key);