getCustomLineSpacing method
Returns current line spacing koefficient. See setCustomLineSpacing for more details.
Implementation
double getCustomLineSpacing() {
double? value = getCustomLineSpacingNative?.call(_sdk);
return value!;
}
Returns current line spacing koefficient. See setCustomLineSpacing for more details.
double getCustomLineSpacing() {
double? value = getCustomLineSpacingNative?.call(_sdk);
return value!;
}