menu
pulsar_web package
documentation
engine/morphic/void_elements.dart
Img
width method
width method
dark_mode
light_mode
width
method
Img
width
(
int
w
)
Implementation
Img width(int w) { attr('width', StringAttribute('$w')); return this; }
pulsar_web package
documentation
engine/morphic/void_elements
Img
width method
Img class