menu
node_program_editor package
documentation
models/port_model.dart
Port
Port.new constructor
Port.new constructor
dark_mode
light_mode
Port
constructor
Port
(
{
required
int
id
,
int
maxLinks
=
1
,
String
label
=
"Data"
,
Offset
position
=
Offset.zero
,
})
Implementation
Port({ required this.id, this.maxLinks = 1, this.label = "Data", this.position = Offset.zero, });
node_program_editor package
documentation
models/port_model
Port
Port.new constructor
Port class