menu
flutter_html package
documentation
flutter_html.dart
Width
Width.new constructor
Width.new constructor
dark_mode
light_mode
Width
constructor
Width
(
double
value
, [
Unit
unit
=
Unit.px
])
Implementation
Width(super.value, [super.unit = Unit.px]) : assert(value >= 0, 'Width value must be non-negative');
flutter_html package
documentation
flutter_html
Width
Width.new constructor
Width class