singleSelectedCellDecoration property

BoxDecoration? singleSelectedCellDecoration
final

The decoration for a cell representing:

  1. A single cell when initially selected.
  2. The leading/trailing cell of a selected range.

If not provided, singleSelectedCellDecoration is a circle with the color specified in selectedCellsDecoration, using ColorScheme.primary.

Implementation

final BoxDecoration? singleSelectedCellDecoration;