The optional title of the modal.
String? get title => _title;
set title(String? value) { _title = value; rebuild(); }