flex property

int flex

Implementation

int get flex => js_util.getProperty(this, 'flex');
void flex=(int newValue)

Implementation

set flex(int newValue) {
  js_util.setProperty(this, 'flex', newValue);
}