marginBottom property

String get marginBottom

Implementation

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

Implementation

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