maxLines property

num? get maxLines

Implementation

_i2.num? get maxLines => _i5.getProperty(
      this,
      'maxLines',
    );
set maxLines (num? value)

Implementation

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