singleSelectedCellTextStyle property

TextStyle? singleSelectedCellTextStyle
final

The text style for a cell representing:

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

defaults to TextTheme.titleLarge with a FontWeight.normal and ColorScheme.onPrimary color

Implementation

final TextStyle? singleSelectedCellTextStyle;