dropdownMenuTextStyle property

TextStyle? dropdownMenuTextStyle
final

The TextStyle of the text entry in a DropDownMenu.

If not defined, defaults to TextTheme.bodyLarge this size matches the default on the menu entries and in a normal TextField. Flutter SDK defaults via widget default to TextTheme.labelLarge. This does not match the default of the entries or the TextField and looks bad. This styling issue is discussed in issue: https://github.com/flutter/flutter/issues/131350

Implementation

final TextStyle? dropdownMenuTextStyle;