hangingPunctuation property

bool get hangingPunctuation

Implementation

_i2.bool get hangingPunctuation => _i5.getProperty(
      this,
      'hangingPunctuation',
    );
set hangingPunctuation (bool value)

Implementation

set hangingPunctuation(_i2.bool value) {
  _i5.setProperty(
    this,
    'hangingPunctuation',
    value,
  );
}