style property

TextStyle? style
final

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

To use a separate text style for selected item when it's displayed within the popup button, consider using selectedItemBuilder.

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

Implementation

final TextStyle? style;