SafaehOptionPickerBody<T> constructor
const
SafaehOptionPickerBody<T> ({
- Key? key,
- required List<
SafaehOption< options,T> > - String? title,
- SafaehTitleBuilder? titleBuilder,
- T? selected,
- double? tabletBreakpoint,
- bool showTitleInBody = true,
- ValueChanged<
T> ? onSelected,
Implementation
const SafaehOptionPickerBody({
super.key,
required this.options,
this.title,
this.titleBuilder,
this.selected,
this.footer,
this.tabletBreakpoint,
this.showTitleInBody = true,
this.onSelected,
});