label property

String label

The human-readable label of this notebook controller.

Implementation

_i2.String get label => _i5.getProperty(
      this,
      'label',
    );
void label=(String value)

Implementation

set label(_i2.String value) {
  _i5.setProperty(
    this,
    'label',
    value,
  );
}