menu
graph_flutter_knowledge package
documentation
models/graph_models.dart
GraphNode
GraphNode.new const constructor
GraphNode.new const constructor
dark_mode
light_mode
GraphNode
constructor
const
GraphNode
(
{
required
String
id
,
required
String
label
,
Color
?
color
,
Map
<
String
,
dynamic
>
?
data
,
})
Implementation
const GraphNode({ required this.id, required this.label, this.color, this.data, });
graph_flutter_knowledge package
documentation
models/graph_models
GraphNode
GraphNode.new const constructor
GraphNode class