padding property

EdgeInsets? padding
final

padding Define the button padding, the default value is null, when the style = AuthButtonStyle.icon, the value is equal to 0.0, other way is equal to EdgeInsets.only(left: 16.0, right: 16.0, top: 6.0, bottom: 6.0).

Implementation

final EdgeInsets? padding;