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.

Implementation

final double? borderWidth;