reveal property

void Function([ViewColumn?, bool?]) get reveal

Implementation

void Function([
  _i3.ViewColumn?,
  _i2.bool?,
]) get reveal => ([
      _i3.ViewColumn? p0,
      _i2.bool? p1,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'reveal',
          ),
          r'call',
          [
            this,
            p0?.name ?? _i6.undefined,
            p1 ?? _i6.undefined,
          ],
        );
set reveal (void value([ViewColumn?, bool?]))

Implementation

set reveal(
    void Function([
      _i3.ViewColumn?,
      _i2.bool?,
    ]) value) {
  _i5.setProperty(
    this,
    'reveal',
    _i5.allowInterop(value),
  );
}