menu
kaeru_ui package
documentation
virtual/v_text.dart
VText
gray method
gray method
dark_mode
light_mode
gray
method
VText
gray
(
int
shade
)
Gray color shortcut.
Implementation
VText gray(int shade) => color(Colors.grey[shade]!);
kaeru_ui package
documentation
virtual/v_text
VText
gray method
VText class