red method

VText red(
  1. int shade
)

Red color shortcut.

Implementation

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