MainScreenComponentOptions constructor
MainScreenComponentOptions(- {required double mainSize,
- required bool doStack,
- double containerWidthFraction = 1,
- double containerHeightFraction = 1,
- required dynamic updateComponentSizes(
- ComponentSizes
),
- double defaultFraction = 0.94,
- bool showControls = false,
- required List<Widget> children}
)
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,
});