Anas
Anas
Flutter Doctor flutter doctor -v ``` [√] Flutter (Channel stable, 2.2.3, on Microsoft Windows [Version 10.0.19043.1165], locale en-US) • Flutter version 2.2.3 at C:\flutter • Framework revision f4abaa0735 (8 weeks...
Hi, I am using shimmer and it is changing the color of children elevated button. the color style of elevated button itself is ignored. Using the basecolor of shimmer changes...
`searchStyle: TextStyle( color: goldenColor, backgroundColor: goldenColor, fontWeight: FontWeight.bold, ),` Tried changing the text color of the search bar but not working... (goldenColor is my declared color so no worry on...