NearHuscarl / flutter_login

Provides login screen with login/signup functionalities to help speed up development
MIT License
1.51k stars 799 forks source link

feat: use surfaceTintColor of cardTheme in flutter_login.dart #472

Closed DeltaVZ closed 9 months ago

DeltaVZ commented 10 months ago

I added one line that allows the use of surfaceTintColor of the given custom CardTheme in flutter_login.dart

This is useful considering that Material 3 is the new default theme in Flutter 3.16