Spectrum UI is a user-friendly Flutter UI library that offers a variety of beautifully designed widgets and components that are easy to use and can be integrated into your Flutter projects seamlessly.
MIT License
71
stars
99
forks
source link
Getter 'customTextButtonColor' not defined in class '_ButtonScreenState' in buttons.dart #251
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
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