StructurePage constructor

StructurePage({
  1. required String name,
  2. required Set<Fragment> fragments,
  3. required BoundingBox boundingBox,
})

Implementation

StructurePage(
    {required this.name, required this.fragments, required this.boundingBox});