title property

String? title
getter/setter pair

The title of the card header.

The header has a fixed height: if both a title and subtitle are specified, each takes up one line. If only the title is specified, it takes up both lines.

Required.

Implementation

core.String? title;