flutter_login
flutter_login copied to clipboard
ButtonStyle is of type TextStyle
I noticed that the buttonStyle
attribute is a TextStyle
.
Shouldn't it be a ButtonStyle
? It would be useful to add a min height for example?