AnnotationPropertyTypeOptions enum
Values
- width → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'width')
- height → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'height')
- maxWidth → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'maxWidth')
- minWidth → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'minWidth')
- maxHeight → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'maxHeight')
- minHeight → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'minHeight')
- fills → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'fills')
- strokes → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'strokes')
- effects → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'effects')
- strokeWeight → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'strokeWeight')
- cornerRadius → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'cornerRadius')
- textStyleId → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'textStyleId')
- textAlignHorizontal → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'textAlignHorizontal')
- fontFamily → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'fontFamily')
- fontStyle → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'fontStyle')
- fontSize → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'fontSize')
- fontWeight → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'fontWeight')
- lineHeight → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'lineHeight')
- letterSpacing → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'letterSpacing')
- itemSpacing → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'itemSpacing')
- padding → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'padding')
- layoutMode → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'layoutMode')
- alignItems → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'alignItems')
- opacity → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'opacity')
- mainComponent → const AnnotationPropertyTypeOptions
-
const AnnotationPropertyTypeOptions(r'mainComponent')
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 → String
-
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
Constants
-
values
→ const List<
AnnotationPropertyTypeOptions> - A constant List of the values in this enum, in order of their declaration.