menu
e_chart_ext package
documentation
e_chart_ext.dart
DagreNode<T>
DagreNode constructor
DagreNode constructor
dark_mode
light_mode
DagreNode<
T
>
constructor
DagreNode<
T
>
(
String
id
,
num
width
,
num
height
, {
T?
data
,
})
Implementation
DagreNode(this.id, this.width, this.height, {this.data});
e_chart_ext package
documentation
e_chart_ext
DagreNode<T>
DagreNode constructor
DagreNode class