justifyContent property

String justifyContent

Implementation

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

Implementation

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