Clueless-Community / Spectrum-UI

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

Open Mihan786Chistie opened 1 year ago

Mihan786Chistie commented 1 year ago

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:

  1. Go to lib folder
  2. Go to ui_components folder
  3. Go to buttons folder
  4. Click on buttons.dart file
  5. Scroll down to line 281
  6. 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: codesnippet Error Message: error_message

Desktop (please complete the following information):

I can fix the issue, Please assign me this issue under GSSOC 2023

Mihan786Chistie commented 1 year ago

@Roshaen please assign me this issue