emptyCellView property

Widget? emptyCellView
final

A widget to display in empty cells.

Also it is used as a background for all cells in the editing mode. If it is not set, the emptyCellColor is used to display empty cell.

Implementation

final Widget? emptyCellView;