titleStyle property

TextStyle titleStyle
final

Title Style

Type: TextStyle

Default: const TextStyle(color: Colors.white, fontSize: 16)

This is to style the card title name placement area.

Implementation

final TextStyle titleStyle;