titleTextStyle property

TextStyle? titleTextStyle
final

Style for the text in the title of this GiffyModal.

If null, defaults to TextTheme.titleLarge of ThemeData.textTheme.

Implementation

final TextStyle? titleTextStyle;