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