DesignNode class abstract
A positioned, selectable item on a DesignDocument (text, image, or custom).
Background Fill is stored as BackgroundNode but is not selectable.
- Implementers
Constructors
Properties
Methods
-
copyWith(
{Rect? frame, int? zIndex, double? rotation, double? scaleX, double? scaleY}) → DesignNode -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override