labelTextStyle property

MaterialStateProperty<TextStyle?>? labelTextStyle
final

You can use this to specify a different style of the label when the popup menu item is enabled and disabled.

Implementation

final MaterialStateProperty<TextStyle?>? labelTextStyle;