menu
gnums_utility_widgets package
documentation
dependencies/flutter_html/src/style/length.dart
Length
Length.new constructor
Length.new 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);
gnums_utility_widgets package
documentation
dependencies/flutter_html/src/style/length
Length
Length.new constructor
Length class