green method

VText green(
  1. int shade
)

Green color shortcut.

Implementation

VText green(int shade) => color(Colors.green[shade]!);