menu
pulsar_web package
documentation
engine/morphic/conten_elements.dart
Label
htmlFor method
htmlFor method
dark_mode
light_mode
htmlFor
method
Label
htmlFor
(
String
id
)
Implementation
Label htmlFor(String id) { attr('for', StringAttribute(id)); return this; }
pulsar_web package
documentation
engine/morphic/conten_elements
Label
htmlFor method
Label class