primaryColor property

Color get primaryColor

primaryColor returns the primary color of the current theme.

Implementation

Color get primaryColor => Theme.of(this).primaryColor;