justifyItems property

String justifyItems

Implementation

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

Implementation

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