darkMode property

bool darkMode
final

darkMode Define if the theme of the button is dark or light, the default value is false.


![](https://raw.githubusercontent.com/elbeicktalat/flutter_auth_buttons/master/doc/api/assets/style-default.png)

Implementation

final bool darkMode;