visible property Null safety
inherited
the visibility of the element
Implementation
bool get visible=>_visible;
inherited
Implementation
set visible(bool value){
_visible=value;
_sendData('setDrawElementVisible',{'visible':value});
}
the visibility of the element
bool get visible=>_visible;
set visible(bool value){
_visible=value;
_sendData('setDrawElementVisible',{'visible':value});
}