You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is a problem with a getter called customTextButtonColor in the _ButtonScreenState class. The error says customTextButtonColor is not defined in the _ButtonScreenState class. The error occurs at line 281 of the 'buttons.dart' file.
To Reproduce
Steps to reproduce the behavior:
Go to lib folder
Go to ui_components folder
Go to buttons folder
Click on buttons.dart file
Scroll down to line 281
See error
Expected behavior
After resolving the error, the code should compile without any issues and the functionality related to the customTextButtonColor getter or field should work as intended.
Screenshots
Code Snippet:
Error Message:
Desktop (please complete the following information):
OS: Windows 11
I can fix the issue, Please assign me this issue under GSSOC 2023
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a problem with a getter called customTextButtonColor in the _ButtonScreenState class. The error says customTextButtonColor is not defined in the _ButtonScreenState class. The error occurs at line 281 of the 'buttons.dart' file.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After resolving the error, the code should compile without any issues and the functionality related to the customTextButtonColor getter or field should work as intended.
Screenshots
Code Snippet:
Error Message:
Desktop (please complete the following information):
I can fix the issue, Please assign me this issue under GSSOC 2023
The text was updated successfully, but these errors were encountered: