SocketEditor constructor
- required String name,
- required SocketBuilder model,
- bool editPort = true,
Creates a widget to edit host and port data for a socket.
Implementation
const SocketEditor({
required this.name,
required SocketBuilder model,
this.editPort = true,
}) : super(model);