menu
figma_to_flutter package
documentation
figma_design_io.dart
Figma2Flutter
fontSize method
fontSize method
dark_mode
light_mode
fontSize
method
double
fontSize
(
double
value
)
Implementation
double fontSize(double value) { return _height * (value / Figma.instance.deviceHeight); }
figma_to_flutter package
documentation
figma_design_io
Figma2Flutter
fontSize method
Figma2Flutter class