buttons property

num? buttons

Implementation

_i2.num? get buttons => _i4.getProperty(
      this,
      'buttons',
    );
void buttons=(num? value)

Implementation

set buttons(_i2.num? value) {
  _i4.setProperty(
    this,
    'buttons',
    value ?? _i6.undefined,
  );
}