MhStatusViewSettings<T> constructor
MhStatusViewSettings<T> ({
- required List<
MhStatusViewItemsDef< itemsDef,T> > - MhItemsView<
T> ? itemsView, - double filterPopupWidth = 200,
- double filterPopupHeight = 200,
Implementation
MhStatusViewSettings(
{required this.itemsDef,
this.itemsView,
this.filterPopupWidth = 200,
this.filterPopupHeight = 200});