FlexTextFontSize
in package
FlexTextFontSize Class Doc Comment
Tags
Table of Contents
Constants
- _3XL : mixed = '3xl'
- _4XL : mixed = '4xl'
- _5XL : mixed = '5xl'
- LG : mixed = 'lg'
- MD : mixed = 'md'
- SM : mixed = 'sm'
- XL : mixed = 'xl'
- XS : mixed = 'xs'
- XXL : mixed = 'xxl'
- XXS : mixed = 'xxs'
- Possible values of this enum
Methods
- getAllowableEnumValues() : array<string|int, string>
- Gets allowable values of the enum
Constants
_3XL
public
mixed
_3XL
= '3xl'
_4XL
public
mixed
_4XL
= '4xl'
_5XL
public
mixed
_5XL
= '5xl'
LG
public
mixed
LG
= 'lg'
MD
public
mixed
MD
= 'md'
SM
public
mixed
SM
= 'sm'
XL
public
mixed
XL
= 'xl'
XS
public
mixed
XS
= 'xs'
XXL
public
mixed
XXL
= 'xxl'
XXS
Possible values of this enum
public
mixed
XXS
= 'xxs'
Methods
getAllowableEnumValues()
Gets allowable values of the enum
public
static getAllowableEnumValues() : array<string|int, string>