appearance property
Gets the value of "appearance"
Implementation
String get appearance => getPropertyValue('appearance');
Sets the value of "appearance"
Implementation
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, '');
}