PanelListItem constructor

PanelListItem(
  1. String icon,
  2. String label
)

Implementation

PanelListItem(this.icon, this.label);