spacingBelow property
num
get
spacingBelow
Gets or sets additional spacing below each line of text. The default is zero. The value may be negative.
This can be useful when you need to adjust the font spacing on custom fonts or monospace fonts to suit your needs.
Implementation
_i2.num get spacingBelow => _i4.getProperty(
this,
'spacingBelow',
);
set
spacingBelow
(num value)
Implementation
set spacingBelow(_i2.num value) {
_i4.setProperty(
this,
'spacingBelow',
value,
);
}