ControlBarItem constructor

ControlBarItem(
  1. String label,
  2. String image
)

Implementation

ControlBarItem(
  this.label,
  this.image,
);