size property

num size

Sets or retrieves the number of rows in the list box.

MDN Reference

Implementation

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

Implementation

set size(_i2.num value) {
  _i4.setProperty(
    this,
    'size',
    value,
  );
}