Buttons enum

This is a list of all the library built buttons.

Inheritance
Available extensions

Values

email → const Buttons

Represents an email button.

google → const Buttons

Represents a Google button with a light theme.

googleDark → const Buttons

Represents a Google button with a dark theme.

facebook → const Buttons

Represents a Facebook button (classic).

facebookNew → const Buttons

Represents a new style Facebook button.

gitHub → const Buttons

Represents a GitHub button.

apple → const Buttons

Represents an Apple button with a light theme.

appleDark → const Buttons

Represents an Apple button with a dark theme.

linkedIn → const Buttons

Represents a LinkedIn button.

pinterest → const Buttons

Represents a Pinterest button.

tumblr → const Buttons

Represents a Tumblr button.

twitter → const Buttons

Represents a Twitter button.

x → const Buttons

Represents a X (formerly Twitter) button.

reddit → const Buttons

Represents a Reddit button.

quora → const Buttons

Represents a Quora button.

yahoo → const Buttons

Represents a Yahoo button.

hotmail → const Buttons

Represents a Hotmail button.

xbox → const Buttons

Represents an Xbox button.

microsoft → const Buttons

Represents a Microsoft button.

anonymous → const Buttons

Represents an anonymous sign-in button.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<Buttons>
A constant List of the values in this enum, in order of their declaration.