resolvedPrimaryColor method
Resolves colors using the given BuildContext theme or defaults.
Implementation
Color resolvedPrimaryColor(BuildContext context) =>
primaryColor ?? Theme.of(context).colorScheme.primary;
Resolves colors using the given BuildContext theme or defaults.
Color resolvedPrimaryColor(BuildContext context) =>
primaryColor ?? Theme.of(context).colorScheme.primary;