selectedCellsTextStyle property

TextStyle? selectedCellsTextStyle
final

The text style of selected cells within the range.

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

Implementation

final TextStyle? selectedCellsTextStyle;