label property

String get label

The label of this color presentation. It will be shown on the color picker header. By default this is also the text that is inserted when selecting this color presentation.

Implementation

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

Implementation

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