animationDelay property

String animationDelay

Implementation

_i2.String get animationDelay => _i4.getProperty(
      this,
      'animationDelay',
    );
void animationDelay=(String value)

Implementation

set animationDelay(_i2.String value) {
  _i4.setProperty(
    this,
    'animationDelay',
    value,
  );
}