FdcGridToolbar constructor

const FdcGridToolbar({
  1. bool visible = true,
  2. FdcGridToolbarStyle? style,
  3. List<FdcGridItem> items = const <FdcGridItem>[FdcGridSearchBar()],
})

Creates a FdcGridToolbar.

Implementation

const FdcGridToolbar({
  this.visible = true,
  this.style,
  this.items = const <FdcGridItem>[FdcGridSearchBar()],
});