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 empty cell appears as a grey (Colors.black12) square.

Implementation

final Widget? emptyCellView;