borderWidth property

double? borderWidth
final

borderWidth Define the border width around the button.

The default value is null, when the style = AuthButtonStyle.icon, the value is 2.0.


![](https://rawgit.flutter-io.cn/elbeicktalat/flutter_auth_buttons/master/doc/api/assets/border-width-soft.png)

Implementation

final double? borderWidth;