title property Null safety
final
The primary content of the list tile.
Typically a Text widget.
This should not wrap. To enforce the single line limit, use Text.maxLines.
Implementation
final Widget? title;
The primary content of the list tile.
Typically a Text widget.
This should not wrap. To enforce the single line limit, use Text.maxLines.
final Widget? title;