blue method

VText blue(
  1. int shade
)

Blue color shortcut.

Implementation

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