visible property
bool?
get
visible
Implementation
_i2.bool? get visible => _i5.getProperty(
this,
'visible',
);
set
visible
(bool? value)
Implementation
set visible(_i2.bool? value) {
_i5.setProperty(
this,
'visible',
value ?? _i7.undefined,
);
}