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
Updated segmented control with regards to issue #163 #234
In light mode,
the color of the text in SegmentedControlWidget should change to white in order to be clearly visible on selection
like the RadioChips, so I changed It.
Changes Made:
In file segment_control, I created a new method for buildSegmet so that it can change color of text depending upon the value of the selected element.
In file segment_control_screen and search_page, I made the necessary changes according to the new buildSegment function.
Related Issue:
Solved Issue #163
Screenshots/GIFs:
Before and After images
Checklist:
[✅ ] The code follows the project's coding style guidelines.
[✅ ] Unit tests have been added or updated to cover the changes.
[✅ ] Documentation, if applicable, has been updated to reflect the changes.
[✅ ] All new and existing tests pass successfully.
Please review and merge this PR at your earliest convenience.
Description:
In light mode, the color of the text in SegmentedControlWidget should change to white in order to be clearly visible on selection like the RadioChips, so I changed It.
Changes Made:
Related Issue:
Solved Issue #163
Screenshots/GIFs:
Before and After images
Checklist:
Please review and merge this PR at your earliest convenience.
This PR is in regard to GSSOC'23,
Thank you!