compact property

bool? get compact

Try to fit more than one entry of a collection on the same line.

@default {true}

Implementation

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

Implementation

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