StackImageItem class
- Inheritance
-
- Object
- StackItem<
ImageItemContent> - StackImageItem
Constructors
- StackImageItem({required ImageItemContent? content, String? id, double? angle, required Size size, Offset? offset, StackItemStatus? status, bool? lockZOrder})
-
StackImageItem.fromJson(Map<
String, dynamic> data) -
factory
Properties
- angle → double
-
Angle
finalinherited
- content → ImageItemContent?
-
Content
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
id
finalinherited
- lockZOrder → bool
-
finalinherited
- offset → Offset
-
Offset
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → Size
-
Size
finalinherited
- status → StackItemStatus
-
Status
finalinherited
Methods
-
copyWith(
{Size? size, Offset? offset, double? angle, StackItemStatus? status, bool? lockZOrder, ImageItemContent? content}) → StackImageItem -
Update content and return new instance
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAssetName(
String assetName) → void -
setUrl(
String url) → void -
toJson(
) → Map< String, dynamic> -
to json
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited