alignSelf property

String alignSelf

Implementation

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

Implementation

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