caption property

String caption

Implementation

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

Implementation

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