ElementsProperties class

Annotations

Constructors

ElementsProperties(Color mainColor, {required Shape? shape, Offset offset = Offset.zero, double heightFactor = 1, double? widthFactor, int? angle, ElementsProperties? child})
const

Properties

angle int?
final
child ElementsProperties?
final
hashCode int
The hash code for this object.
no setterinherited
heightFactor double
Height factor of the symbol. Is more relevant than width factor, because of various aspect rations of the flags, when width varies but height remains the same.
final
mainColor Color
final
offset Offset
The distance fraction in the horizontal/vertical direction (of the center).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape Shape?
final
widthFactor double?
If widthFactor is null, this is usually means that element's bounding box has square form.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited