height property

String height

Implementation

String get height => nodeRoot.style.height;
void height=(String _newHeight)

Implementation

set height(String _newHeight) {
  nodeRoot.style.height = _newHeight;
}