appearance property
String
get
appearance
Implementation
_i2.String get appearance => _i4.getProperty(
this,
'appearance',
);
set
appearance
(String value)
Implementation
set appearance(_i2.String value) {
_i4.setProperty(
this,
'appearance',
value,
);
}