isWholeLine property

bool? get isWholeLine

Should the decoration be rendered also on the whitespace after the line text. Defaults to false.

Implementation

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

Implementation

set isWholeLine(_i2.bool? value) {
  _i5.setProperty(
    this,
    'isWholeLine',
    value ?? _i6.undefined,
  );
}