fixedInlineSize property

double fixedInlineSize

Implementation

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

Implementation

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