FastSplitViewShell<T extends FastItem> constructor
const
FastSplitViewShell<T extends FastItem> ({
- Key? key,
- required List<
T> items, - Widget? detailsPage,
- String? searchPlaceholderText,
- Widget? clearSearchIcon,
- bool shouldUseFuzzySearch = false,
- bool showItemDivider = false,
- bool showSearchBar = false,
- bool sortItems = true,
- bool isEnabled = true,
- EdgeInsets? itemContentPadding,
- FastListItemBuilder<
T> ? listItemBuilder, - ValueChanged<
FastItem> ? onSelectionChanged, - T? selection,
Implementation
const FastSplitViewShell({
super.key,
required this.items,
this.detailsPage,
this.searchPlaceholderText,
this.clearSearchIcon,
this.shouldUseFuzzySearch = false,
this.showItemDivider = false,
this.showSearchBar = false,
this.sortItems = true,
this.isEnabled = true,
this.itemContentPadding,
this.listItemBuilder,
this.onSelectionChanged,
this.selection,
});