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