fit property

set fit (String? value)

Implementation

set fit(String? value) {
  js_util.setProperty(this, 'fit', value ?? jsUndefined);
}