disabledCellsTextStyle property

TextStyle? disabledCellsTextStyle
final

The text style of cells which are not selectable.

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

Implementation

final TextStyle? disabledCellsTextStyle;