justifyItems property

String get justifyItems

Implementation

_i2.String get justifyItems => _i4.getProperty(
      this,
      'justifyItems',
    );
set justifyItems (String value)

Implementation

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