enabledCellsTextStyle property

TextStyle? enabledCellsTextStyle
final

The text style of cells which are selectable.

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

Implementation

final TextStyle? enabledCellsTextStyle;