SocialButtonConfiguration class

Constructors

SocialButtonConfiguration({Color? foregroundColor, Color? backgroundColor, bool? signInWithRedirect, dynamic onError(String)?, dynamic onSignInSuccessful(User?)?})
An Object thats used to provide Configuration settings to a SocialButton

Properties

backgroundColor Color?
final
foregroundColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
onError → (dynamic Function(String)?)
final
onSignInSuccessful → (dynamic Function(User?)?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signInWithRedirect bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited