title property
String
get
title
The title displayed on the node
Usefull for localization
Implementation
String get title => _title.isNotEmpty ? _title : type;
set
title
(String data)
Implementation
set title(String data) => _title = data;