view property

Window? view

Implementation

_i3.Window? get view => _i4.getProperty(
      this,
      'view',
    );
void view=(Window? value)

Implementation

set view(_i3.Window? value) {
  _i4.setProperty(
    this,
    'view',
    value ?? _i6.undefined,
  );
}