of static method

ColorScheme of(
  1. BuildContext context
)

The ThemeData.colorScheme of the ambient Theme.

Equivalent to Theme.of(context).colorScheme.

Implementation

static ColorScheme of(BuildContext context) => Theme.of(context).colorScheme;