onPressed property

Function onPressed
final

Here are the buttons builder which integrate with button builder and the buttons list.

The SignInButton class already contains general used buttons. In case of other buttons, user can always use SignInButtonBuilder to build the signin button. onPressed function should be passed in as a required field.

Implementation

/// onPressed function should be passed in as a required field.
final Function onPressed;