ItemBehaviour class

Represents the behavior of the shapes generated by the library, along with all the necessary data defining their characteristics.

When creating an instance of this class, provide the following parameters:

Constructors

ItemBehaviour({required ShapeType shape, IconData? icon, Image? image})

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData?
getter/setter pair
image Image?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeType
getter/setter pair

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