RenderItem<T extends DecorationItem> class

Annotations
  • @freezed

Constructors

RenderItem({required String? uuid, required Matrix4 transform, required T data, required int order, @Default(false) bool deletePosition})
const
factory

Properties

copyWith → $RenderItemCopyWith<DecorationItem, RenderItem<DecorationItem>>
no setterinherited
data DecorationItem
no setterinherited
deletePosition bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isBackgroundImage bool
no setter
isEmoji bool
no setter
isText bool
no setter
order int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transform Matrix4
no setterinherited
uuid String?
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