appearance property Null safety

String appearance

Gets the value of "appearance"

Implementation

String get appearance => getPropertyValue('appearance');
void appearance=(String value)

Sets the value of "appearance"

Implementation

set appearance(String value) {
  setProperty('appearance', value, '');
}