group property
Group?
get
group
Gets the Group that uses this layout, if it is the value of a group's Group#layout.
If this property is set to a Group, the #diagram is automatically set to be the Group's Diagram.
Implementation
_i3.Group? get group => _i4.getProperty(
this,
'group',
);
set
group
(Group? value)
Implementation
set group(_i3.Group? value) {
_i4.setProperty(
this,
'group',
value ?? _i5.undefined,
);
}