show property
void Function([ViewColumn?])
get
show
Implementation
void Function([_i3.ViewColumn?]) get show =>
([_i3.ViewColumn? p0]) => _i5.callMethod(
_i5.getProperty(
this,
'show',
),
r'call',
[
this,
p0?.name ?? _i6.undefined,
],
);
set
show
(void value([ViewColumn?]))
Implementation
set show(void Function([_i3.ViewColumn?]) value) {
_i5.setProperty(
this,
'show',
_i5.allowInterop(value),
);
}