MainScreenComponentOptions constructor
MainScreenComponentOptions({})
Implementation
MainScreenComponentOptions({
required this.mainSize,
required this.doStack,
this.containerWidthFraction = 1,
this.containerHeightFraction = 1,
required this.updateComponentSizes,
this.defaultFraction = 0.94,
this.showControls = false,
required this.children,
});