style property

TextStyle? style
final

The text style to use for text in the dropdown button and the dropdown menu that appears when you tap the button.

Defaults to the TextTheme.subhead value of the current ThemeData.textTheme of the current Theme.

Implementation

final TextStyle? style;