verticalAlign property

String verticalAlign

Implementation

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

Implementation

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