title property

Widget? title
final

面板的标题

通常是 Text 小部件。

这不应该换行。 要强制执行单行限制,请使用 Text.maxLines

Implementation

final Widget? title;