menu
kaeru_ui package
documentation
virtual/v_text.dart
VText
weight method
weight method
dark_mode
light_mode
weight
method
VText
weight
(
FontWeight
w
)
Sets font weight.
Implementation
VText weight(FontWeight w) => copyWithStyle(TextStyle(fontWeight: w));
kaeru_ui package
documentation
virtual/v_text
VText
weight method
VText class