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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "appearance"
String get appearance => getPropertyValue('appearance');
Sets the value of "appearance"
set appearance(String value) {
setProperty('appearance', value, '');
}