selectedCellTextStyle property

TextStyle? selectedCellTextStyle
final

The text style of selected cell.

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

Implementation

final TextStyle? selectedCellTextStyle;