style property

AuthButtonStyle? style
final

style Define the button style.


This is the default style:


```dart style: AuthButtonStyle.icon, ``` ![](https://raw.githubusercontent.com/elbeicktalat/flutter_auth_buttons/master/doc/api/assets/style-icon.png)

Implementation

final AuthButtonStyle? style;