gray method

VText gray(
  1. int shade
)

Gray color shortcut.

Implementation

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