DiagramApp constructor
const
DiagramApp({})
Implementation
const DiagramApp({
super.key,
required this.blocks,
required this.myPolicySet,
required this.height,
required this.width,
});
const DiagramApp({
super.key,
required this.blocks,
required this.myPolicySet,
required this.height,
required this.width,
});