MaterialSelectionToolbar constructor
MaterialSelectionToolbar({
- required WidgetListBuilder actions,
- Color? backgroundColor,
- double? elevation,
- Clip? clipBehavior,
- ShapeBorder? shape,
- ThemeData? theme,
Implementation
MaterialSelectionToolbar({
required this.actions,
this.backgroundColor,
this.elevation,
this.clipBehavior,
this.shape,
this.theme,
}) : assert(actions != null),
super(actions: actions);