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