Character class abstract

Constructors

Character.new({required Stage stage, required Color color, required String name, required Widget widget})

Properties

color Color
getter/setter pair
depth double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
offset Offset
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
getter/setter pair
stage Stage
final
widget Widget
getter/setter pair

Methods

enterStage() → dynamic
leaveStage() → void
moveTo(Offset offset) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
say(String phrase) → void
setWidget(Widget newWidget) → void
toString() String
A string representation of this object.
inherited

Operators

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