ZwapTextType enum

The text type to get different typo in base of the current device sizes

! Caution:

  • buttonText: is the old version of buttonText (desing system 1.0)
  • textButton: is the new version of buttonText (desing system 1.1)
Inheritance

Constructors

ZwapTextType()
const

Values

h1 → const ZwapTextType
h2 → const ZwapTextType
h3 → const ZwapTextType
h4 → const ZwapTextType
h5 → const ZwapTextType
captionRegular → const ZwapTextType
captionSemiBold → const ZwapTextType
buttonText → const ZwapTextType

This is the old version of buttonText (desing system 1.0)

bodyRegular → const ZwapTextType
bodySemiBold → const ZwapTextType
extraHeading → const ZwapTextType
bigHeading → const ZwapTextType
mediumHeading → const ZwapTextType
semiboldH1 → const ZwapTextType
heavyH1 → const ZwapTextType
semiboldH2 → const ZwapTextType
heavyH2 → const ZwapTextType
semiboldH3 → const ZwapTextType
heavyH3 → const ZwapTextType
extraSmallBodyRegular → const ZwapTextType
smallBodyLight → const ZwapTextType
smallBodyRegular → const ZwapTextType
smallBodyMedium → const ZwapTextType
smallBodySemibold → const ZwapTextType
smallBodyBold → const ZwapTextType
smallBodyExtraBold → const ZwapTextType
smallBodyBlack → const ZwapTextType
mediumBodyLight → const ZwapTextType
mediumBodyRegular → const ZwapTextType
mediumBodyMedium → const ZwapTextType
mediumBodySemibold → const ZwapTextType
mediumBodyBold → const ZwapTextType
mediumBodyExtraBold → const ZwapTextType
mediumBodyBlack → const ZwapTextType
bigBodyLight → const ZwapTextType
bigBodyRegular → const ZwapTextType
bigBodyMedium → const ZwapTextType
bigBodySemibold → const ZwapTextType
bigBodyBold → const ZwapTextType
bigBodyExtraBold → const ZwapTextType
bigBodyBlack → const ZwapTextType
textButton → const ZwapTextType

This is the new version of buttonText (desing system 1.1)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<ZwapTextType>
A constant List of the values in this enum, in order of their declaration.