padding property Null safety
final
The padding between the button's boundary and its child.
Defaults to
EdgeInsets.symmetric(vertical: 6.0, horizontal: 16.0)
If AuthButton.style
is equal to AuthButtonType.icon,
the value is equal to EdgeInsets.zero.
If AuthButton.style
is equal to AuthButtonType.secondary,
the value is equal to
EdgeInsets.only(right: 16.0)
Implementation
final EdgeInsets? padding;