menu
rive_native package
documentation
rive_text.dart
Font
lineHeight method
lineHeight method
dark_mode
light_mode
lineHeight
method
double
lineHeight
(
double
fontSize
)
Implementation
double lineHeight(double fontSize) => (-ascent + descent) * fontSize;
rive_native package
documentation
rive_text
Font
lineHeight method
Font class