StructurePage constructor
StructurePage({
- required String name,
- required Set<
Fragment> fragments, - required BoundingBox boundingBox,
Implementation
StructurePage(
{required this.name, required this.fragments, required this.boundingBox});