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