CodePudding user response:
primaryColorLight is not available in colorScheme. You can access it directly from theme context
Theme.of(context).primaryColorLight

CodePudding user response:
primaryColorLight is not available in colorScheme. You can access it directly from theme context
Theme.of(context).primaryColorLight