ThemedOAuthProviderButtonStyle class abstract
An object that is being used to resolve a style of the button.
Constructors
- ThemedOAuthProviderButtonStyle()
-
An object that is being used to resolve a style of the button.
const
Properties
- assetsPackage → String
-
no setter
- backgroundColor → ThemedColor
-
no setter
- borderColor → ThemedColor
-
no setter
- color → ThemedColor
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconBackgroundColor → ThemedColor
-
no setter
- iconPadding → double
-
no setter
- iconSrc → ThemedIconSrc
-
no setter
- label → String?
-
A custom label string.
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
-
withBrightness(
Brightness brightness) → OAuthProviderButtonStyle
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited