CustomToolbar constructor

CustomToolbar(
  1. String? id,
  2. String? name,
  3. List<Object>? items, [
  4. String? icon,
])

Implementation

CustomToolbar(this.id, this.name, this.items, [this.icon]);