FlutterActorDrawable class abstract

Implementers

Constructors

FlutterActorDrawable()

Properties

antialias bool
getter/setter pair
artboard ActorArtboard
no setter
blendMode BlendMode
getter/setter pair
blendModeId int
getter/setter pair
clipShapes List<List<ClipShape>>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clip(Canvas canvas) → void
draw(Canvas canvas) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAntialiasChanged(bool useAA) → void
onBlendModeChanged(BlendMode blendMode) → void
toString() String
A string representation of this object.
inherited

Operators

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