buttonPrimaryColor property

Color buttonPrimaryColor

shortcut for Theme.of(context).colorScheme.primary

Implementation

Color get buttonPrimaryColor => colorScheme.primary;