OneTapWithOAuthsStyle class

A style for One Tap with OAuths.

Constructors

OneTapWithOAuthsStyle.new({OneTapWithOAuthsType type = OneTapWithOAuthsType.light, OneTapCornersStyle cornersStyle = const OneTapCornersDefault(), OneTapSize size = OneTapSize.standard})
Constructs a style instance.
const

Properties

cornersStyle OneTapCornersStyle
A style of corners for One Tap.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size OneTapSize
A size of One Tap.
final
type OneTapWithOAuthsType
A type of One Tap.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toOneTapStyle() OneTapStyle
Converts this style to the corresponding OneTapStyle.
toString() String
A string representation of this object.
inherited

Operators

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