FdcGridToolbar constructor
const
FdcGridToolbar({
- bool visible = true,
- FdcGridToolbarStyle? style,
- List<
FdcGridItem> items = const <FdcGridItem>[FdcGridSearchBar()],
Creates a FdcGridToolbar.
Implementation
const FdcGridToolbar({
this.visible = true,
this.style,
this.items = const <FdcGridItem>[FdcGridSearchBar()],
});