fontWeight property
num
get
fontWeight
Implementation
_i2.num get fontWeight => _i5.getProperty(
this,
'fontWeight',
);
set
fontWeight
(num value)
Implementation
set fontWeight(_i2.num value) {
_i5.setProperty(
this,
'fontWeight',
value,
);
}