MainContainerComponentOptions constructor
Constructs a MainContainerComponentOptions object.
Implementation
const MainContainerComponentOptions({
required this.backgroundColor,
required this.children,
this.containerWidthFraction = 1.0,
this.containerHeightFraction = 1.0,
this.marginLeft = 0.0,
this.marginRight = 0.0,
this.marginTop = 0.0,
this.marginBottom = 0.0,
});