AttributeName class
Class to hold all used attribute names statically.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
Static Properties
- androidFillAlpha → String
-
final
- androidFillColor → String
-
final
- androidFillType → String
-
final
- androidHeight → String
-
final
- androidPathData → String
-
final
- androidPivotX → String
-
final
- androidPivotY → String
-
final
- androidRotation → String
-
final
- androidScaleX → String
-
final
- androidScaleY → String
-
final
- androidStrokeAlpha → String
-
final
- androidStrokeColor → String
-
final
- androidStrokeLineCap → String
-
final
- androidStrokeLineJoin → String
-
final
- androidStrokeMiterLimit → String
-
final
- androidStrokeWidth → String
-
final
- androidTranslateX → String
-
final
- androidTranslateY → String
-
final
- androidViewportHeight → String
-
final
- androidViewportWidth → String
-
final
- androidWidth → String
-
final
Static Methods
Constants
- cx → const String
- cy → const String
- d → const String
- fill → const String
- fillOpacity → const String
- fillRule → const String
- height → const String
- opacity → const String
- points → const String
- r → const String
- rx → const String
- ry → const String
- stroke → const String
- strokeLineCap → const String
- strokeLineJoin → const String
- strokeMiterLimit → const String
- strokeOpacity → const String
- strokeWidth → const String
- transform → const String
- width → const String
- x → const String
- x1 → const String
- x2 → const String
- y → const String
- y1 → const String
- y2 → const String