SafaehTilePickerBody<T> constructor
const
SafaehTilePickerBody<T> ({
- Key? key,
- required List<
SafaehTileOption< options,T> > - String? title,
- SafaehTitleBuilder? titleBuilder,
- Widget? header,
- T? selected,
- Iterable<
T> ? selectedValues, - SafaehTileBuilder<
T> ? tileBuilder, - double? tabletBreakpoint,
- bool showTitleInBody = true,
- bool multiSelect = false,
- String? searchHint,
- String? searchEmptyLabel,
- SafaehTileSearchMatch<
T> ? searchMatches, - String? confirmLabel,
- String? cancelLabel,
- ValueChanged<
T> ? onSelected,
Implementation
const SafaehTilePickerBody({
super.key,
required this.options,
this.title,
this.titleBuilder,
this.header,
this.selected,
this.selectedValues,
this.tileBuilder,
this.tabletBreakpoint,
this.showTitleInBody = true,
this.multiSelect = false,
this.searchHint,
this.searchEmptyLabel,
this.searchMatches,
this.confirmLabel,
this.cancelLabel,
this.onSelected,
});