justifyContent property

String get justifyContent
inherited

Implementation

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

Implementation

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