GridLayout constructor
GridLayout({
- List<
SNumber> begin = const [SNumber.number(0), SNumber.number(0)], - bool condense = false,
- bool preventOverlap = false,
- num nodeSize = 20,
- int? rows = 0,
- int? cols = 0,
- Fun1<
GraphNode, num> ? nodeSpaceFun, - Fun1<
GraphNode, Size> ? sizeFun, - Fun2<
Graph, List< ? sort,GraphNode> , Map<GraphNode, num> > - bool workerThread = false,
Implementation
GridLayout({
this.begin = const [SNumber.number(0), SNumber.number(0)],
this.condense = false,
this.preventOverlap = false,
this.nodeSize = 20,
this.rows = 0,
this.cols = 0,
this.nodeSpaceFun,
this.sizeFun,
super.sort,
super.workerThread,
});