menu
kaeru_ui package
documentation
virtual/v_text.dart
VText
bg method
bg method
dark_mode
light_mode
bg
method
VText
bg
(
Color
c
)
Sets background color.
Implementation
VText bg(Color c) => copyWithStyle(TextStyle(backgroundColor: c));
kaeru_ui package
documentation
virtual/v_text
VText
bg method
VText class