of static method
- 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;
The ThemeData.colorScheme of the ambient Theme.
Equivalent to Theme.of(context).colorScheme
.
static ColorScheme of(BuildContext context) => Theme.of(context).colorScheme;