DockItem<T> constructor

DockItem<T>(
  1. String name,
  2. T fileType,
  3. bool alwaysVisible,
  4. String iconName,
)

Implementation

DockItem(this.name, this.fileType,this.alwaysVisible,this.iconName);