title method

Panel title(
  1. String title
)

Sets the panel title.

Implementation

Panel title(String title) {
  _title = title;
  return this;
}