percentageInlineSize property

double percentageInlineSize

Implementation

double get percentageInlineSize =>
    js_util.getProperty(this, 'percentageInlineSize');
void percentageInlineSize=(double newValue)

Implementation

set percentageInlineSize(double newValue) {
  js_util.setProperty(this, 'percentageInlineSize', newValue);
}