textStyle property

TextStyle? textStyle
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;