strAbbreviateSize property

num? get strAbbreviateSize

The maximum length of a string before it is truncated with an ellipsis.

Implementation

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

Implementation

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