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