title property Null safety
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;
An optional title of the action sheet. When the message is non-null, the font of the title is bold.
Typically a Text widget.
final Widget? title;