titleStyle property

TextStyle? titleStyle
final

The style to be applied to the title text in the download fonts dialog.

This property allows you to customize the appearance of the title text, such as font size, color, weight, etc. If no style is provided, the default style will be used.

Implementation

final TextStyle? titleStyle;