textStyle property

TextStyle? textStyle
final

The text style for the TextField of the CustomDropdownMenu;

Defaults to the overall theme's TextTheme.labelLarge if the dropdown menu theme's value is null.

Implementation

final TextStyle? textStyle;