The title of the group.
String? get title => _wrapped.title;
set title(String? v) { _wrapped.title = v; }