singleSelectedCellDecoration property
The decoration for a cell representing:
- A single cell when initially selected.
- 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;