justifyContent property

String justifyContent

Gets the value of "justify-content"

Source

String get justifyContent => getPropertyValue('justify-content');
void justifyContent=(String value)

Sets the value of "justify-content"

Source

set justifyContent(String value) {
  setProperty('justify-content', value, '');
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/justifyContent.html