dateTextStyle property

TextStyle? dateTextStyle
final

Text style for date field labels and values. If null, uses Theme.of(context).textTheme.bodyLarge.

Implementation

final TextStyle? dateTextStyle;