dataTextStyle property
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;
The text style for data rows.
If null, DataTableThemeData.dataTextStyle is used. By default, the text style is TextTheme.bodyMedium.
final TextStyle? dataTextStyle;