appearance property

int get appearance

Implementation

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

Implementation

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