MhStatusViewSettings<T> constructor

MhStatusViewSettings<T>({
  1. required List<MhStatusViewItemsDef<T>> itemsDef,
  2. MhItemsView<T>? itemsView,
  3. double filterPopupWidth = 200,
  4. double filterPopupHeight = 200,
})

Implementation

MhStatusViewSettings(
    {required this.itemsDef,
    this.itemsView,
    this.filterPopupWidth = 200,
    this.filterPopupHeight = 200});