PortState constructor

PortState({
  1. bool isHovered = false,
})

Implementation

PortState({
  this.isHovered = false,
});