OneTapSize enum

A size of One Tap.

Inheritance
Available extensions

Values

standard → const OneTapSize

Default One Tap size.

small32 → const OneTapSize

A small One Tap size with 32px height.

small34 → const OneTapSize

A small One Tap size with 34px height.

small36 → const OneTapSize

A small One Tap size with 36px height.

small38 → const OneTapSize

A small One Tap size with 38px height.

medium40 → const OneTapSize

A medium One Tap size with 40px height.

medium42 → const OneTapSize

A medium One Tap size with 42px height.

medium44 → const OneTapSize

A medium One Tap size with 44px height.

medium46 → const OneTapSize

A medium One Tap size with 46px height.

large48 → const OneTapSize

A large One Tap size with 48px height.

large50 → const OneTapSize

A large One Tap size with 50px height.

large52 → const OneTapSize

A large One Tap size with 52px height.

large54 → const OneTapSize

A large One Tap size with 54px height.

large56 → const OneTapSize

A large One Tap size with 56px height.

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
value int

Available on OneTapSize, provided by the OneTapSizeExtension extension

no setter

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<OneTapSize>
A constant List of the values in this enum, in order of their declaration.