style property
The text style to use for text in the dropdown button and the dropdown menu that appears when you tap the button.
To use a separate text style for selected item when it's displayed within the dropdown button, consider using selectedItemBuilder.
Defaults to the TextTheme.titleMedium value of the current ThemeData.textTheme of the current Theme.
Implementation
final TextStyle? style;