title property

Widget? title
final

An optional title of the action sheet. When the message is non-null, the font of the title is bold.

Typically a Text widget.

Implementation

final Widget? title;