ToolBar constructor

ToolBar(
  1. String name,
  2. String key
)

Implementation

ToolBar(this.name, this.key);