OneTapStyle class
A style for One Tap.
Constructors
- OneTapStyle.new({OneTapType type = OneTapType.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 → OneTapType
-
A type of One Tap.
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