GSIButtonConfiguration class

A class to configure the Google Sign-In Button for web.

See:

Constructors

GSIButtonConfiguration({GSIButtonType? type, GSIButtonTheme? theme, GSIButtonSize? size, GSIButtonText? text, GSIButtonShape? shape, GSIButtonLogoAlignment? logoAlignment, double? minimumWidth, String? locale})
Constructs a button configuration object.

Properties

hashCode int
The hash code for this object.
no setterinherited
locale String?
The pre-set locale of the button text.
final
logoAlignment GSIButtonLogoAlignment?
The Google logo alignment: left or center.
final
minimumWidth double?
The minimum button width, in pixels.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape GSIButtonShape?
The button shape.
final
size GSIButtonSize?
The button size.
final
text GSIButtonText?
The button text.
final
theme GSIButtonTheme?
The button theme.
final
type GSIButtonType?
The button type: icon, or standard button.
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