menu
flutter_html_v3 package
documentation
style.dart
Width
Width constructor
Width 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_v3 package
documentation
style
Width
Width constructor
Width class