getCustomLineSpacing method

double getCustomLineSpacing()

Returns current line spacing koefficient. See setCustomLineSpacing for more details.

Implementation

double getCustomLineSpacing() {
  double? value = getCustomLineSpacingNative?.call(_sdk);

  return value!;
}