title property
String
get
title
Title of the panel shown in UI.
Implementation
_i2.String get title => _i5.getProperty(
this,
'title',
);
set
title
(String value)
Implementation
set title(_i2.String value) {
_i5.setProperty(
this,
'title',
value,
);
}