Gets the value of "appearance"
String get appearance => getPropertyValue('appearance');
Sets the value of "appearance"
set appearance(String value) { setProperty('appearance', value, ''); }