String appearance

Gets the value of "appearance"

Source

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

Sets the value of "appearance"

Source

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