outputPadding property

Iterable<int> outputPadding

Implementation

Iterable<int> get outputPadding => js_util.getProperty(this, 'outputPadding');
void outputPadding=(Iterable<int> newValue)

Implementation

set outputPadding(Iterable<int> newValue) {
  js_util.setProperty(this, 'outputPadding', newValue);
}