appearance property

int appearance

Implementation

int get appearance => js_util.getProperty(this, 'appearance');
void appearance=(int newValue)

Implementation

set appearance(int newValue) {
  js_util.setProperty(this, 'appearance', newValue);
}