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