caption property

String get caption

Implementation

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

Implementation

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