caption property

String get caption

Implementation

String get caption => header.caption;
set caption (String newCaption)

Implementation

set caption(String newCaption) {
  header.caption = newCaption;
}