dataTextStyle property

TextStyle? dataTextStyle
final

The text style for data rows.

If null, DataTableThemeData.dataTextStyle is used. By default, the text style is TextTheme.bodyMedium.

Implementation

final TextStyle? dataTextStyle;