style property

TextStyle? style
final

The text style to use for text in the pull-down button and the pull-down menu that appears when you tap the button.

Defaults to MacosTheme.of(context).typography.body.

Implementation

final TextStyle? style;