textStyle property
final
The text style for the TextField of the DropdownMenu;
Defaults to the overall theme's TextTheme.bodyLarge if the dropdown menu theme's value is null.
Implementation
final TextStyle? textStyle;
The text style for the TextField of the DropdownMenu;
Defaults to the overall theme's TextTheme.bodyLarge if the dropdown menu theme's value is null.
final TextStyle? textStyle;