button property

dynamic get button

Implementation

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

Implementation

set button(_i2.dynamic value) {
  _i5.setProperty(
    this,
    'button',
    value ?? _i7.undefined,
  );
}