appearance property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getappearance

Gets the value of "appearance"

Implementation

String get appearance => getPropertyValue('appearance');

setappearance (String value)

Sets the value of "appearance"

Implementation

set appearance(String value) {
  setProperty('appearance', value, '');
}