weight property
String
get
weight
Implementation
String get weight => js_util.getProperty(this, 'weight');
set
weight
(String newValue)
Implementation
set weight(String newValue) {
js_util.setProperty(this, 'weight', newValue);
}