menu
flutter_html_v3 package
documentation
style.dart
FontSize
FontSize constructor
FontSize constructor
dark_mode
light_mode
FontSize
constructor
FontSize
(
double
size
, [
Unit
unit
=
Unit.px
])
Implementation
FontSize(double size, [Unit unit = Unit.px]) : super(size, unit);
flutter_html_v3 package
documentation
style
FontSize
FontSize constructor
FontSize class