M3ESelection constructor
const
M3ESelection({
- required M3ESelectionAppBar appBar,
- required Widget body,
- required int itemCount,
- M3ESelectionController? controller,
- bool scaffold = true,
- Color? backgroundColor,
- Color? selectedColor,
- bool? resizeToAvoidBottomInset,
- Key? key,
Creates a selection host.
Implementation
const M3ESelection({
required this.appBar,
required this.body,
required this.itemCount,
this.controller,
this.scaffold = true,
this.backgroundColor,
this.selectedColor,
this.resizeToAvoidBottomInset,
super.key,
});