MhItemsView<T> constructor
MhItemsView<T> ({
- Key? key,
- required List<
T> itemsSource, - List<
MhItemsViewColumnDef< ? columnDefs,T> > - MhItemsViewSettings<
T> ? settings, - MhItemsViewTheme? theme,
- MhItemsViewTheme? themeDark,
- String debugName = "noName",
Implementation
MhItemsView({
super.key,
required this.itemsSource,
this.columnDefs,
this.settings,
this.theme,
this.themeDark,
this.debugName = "noName",
});