classStyle property

TextStyle? classStyle
final

The text style for the code types in the code.

For example:

  • The class name.
  • StatelessWidget and StatefulWidget.

Implementation

final TextStyle? classStyle;