selectedCellDecoration property

BoxDecoration? selectedCellDecoration
final

The cell decoration of selected cell.

defaults to circle with ColorScheme.primary color.

Implementation

final BoxDecoration? selectedCellDecoration;