style property

dynamic get style

Implementation

_i2.dynamic get style => _i5.getProperty(
      this,
      'style',
    );
set style (dynamic value)

Implementation

set style(_i2.dynamic value) {
  _i5.setProperty(
    this,
    'style',
    value,
  );
}