ButtonSize enum
The theme of the button to be rendered.
https://developers.google.com/identity/gsi/web/reference/js-reference#size
Values
- large → const ButtonSize
-
A large button (about 40px tall).
const ButtonSize('large')
- medium → const ButtonSize
-
A medium-sized button (about 32px tall).
const ButtonSize('medium')
- small → const ButtonSize
-
A small button (about 20px tall).
const ButtonSize('small')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ButtonSize> - A constant List of the values in this enum, in order of their declaration.