The title text displayed in the header.
String get title => _title;
Sets the title text and invalidates the paint cache.
set title(String v) { _title = v; _invalidateCache(); }