tangentialPressure property
num?
get
tangentialPressure
Implementation
_i2.num? get tangentialPressure => _i4.getProperty(
this,
'tangentialPressure',
);
set
tangentialPressure
(num? value)
Implementation
set tangentialPressure(_i2.num? value) {
_i4.setProperty(
this,
'tangentialPressure',
value ?? _i6.undefined,
);
}