Toast.title

string title() @property

Get title property.

Returns

The title of the toast.

The title can be marked up with the Pango text markup language.

Setting a title will unset property@Toast:custom-title.

If property@Toast:custom-title is set, it will be used instead.

void title(string propval) @property

Set title property.

Parameters

propvalThe title of the toast. The title can be marked up with the Pango text markup language. Setting a title will unset property@Toast:custom-title. If property@Toast:custom-title is set, it will be used instead.