titleStyle property

TextStyle? titleStyle
final

The text style of title.

If this property is null then PullDownButtonTheme.titleTheme from PullDownButtonTheme theme extension is used.

If that's null then defaults from PullDownMenuTitleTheme.defaults are used.

Implementation

final TextStyle? titleStyle;