justifyContent property

String justifyContent

Implementation

_i2.String get justifyContent => _i4.getProperty(
      this,
      'justifyContent',
    );
void justifyContent=(String value)

Implementation

set justifyContent(_i2.String value) {
  _i4.setProperty(
    this,
    'justifyContent',
    value,
  );
}