justifyContent property

String get justifyContent

Implementation

String get justifyContent => _justifyContent;
set justifyContent (String newjustifyContent)

Implementation

set justifyContent(String newjustifyContent) {
  _justifyContent = newjustifyContent;
  nodeRoot.style.justifyContent = newjustifyContent;
}