Port constructor
const
Port({})
Implementation
const Port({
super.key,
this.color = Colors.white,
this.borderColor = Colors.black,
required this.isSelected,
required this.isInput,
});
const Port({
super.key,
this.color = Colors.white,
this.borderColor = Colors.black,
required this.isSelected,
required this.isInput,
});