buttonType property

AuthButtonType? buttonType
final

buttonType Define the button Type.

This is the default Type:

buttonType: AuthButtonType.icon,

buttonType: AuthButtonType.secondary,

Implementation

final AuthButtonType? buttonType;