layout property

Layout get layout

Gets the Layout that uses this network of LayoutVertexes and LayoutEdges. The default value is null. It is set automatically for you when this setting Layout#network.

Implementation

_i3.Layout get layout => _i4.getProperty(
      this,
      'layout',
    );
set layout (Layout value)

Implementation

set layout(_i3.Layout value) {
  _i4.setProperty(
    this,
    'layout',
    value,
  );
}