marginBottom property

String marginBottom

Implementation

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

Implementation

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