TrayConfig constructor

TrayConfig({
  1. String? iconPath,
  2. String? tooltip,
  3. List<TrayMenuItem>? menuItems,
})

Implementation

TrayConfig({
  this.iconPath,
  this.tooltip,
  this.menuItems,
});