bottom property

String bottom

Implementation

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

Implementation

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