appearance property

String appearance

Implementation

_i2.String get appearance => _i4.getProperty(
      this,
      'appearance',
    );
void appearance=(String value)

Implementation

set appearance(_i2.String value) {
  _i4.setProperty(
    this,
    'appearance',
    value,
  );
}