dataTextStyle property Null safety

TextStyle? dataTextStyle
final

The text style for data rows.

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

Implementation

final TextStyle? dataTextStyle;