Factory class abstract

Constructors

Factory()

Properties

hashCode int
The hash code for this object.
no setterinherited
isSupported bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

completedDecodingFile(bool success) Future<void>
decodeAudio(Uint8List bytes) Future<AudioSource?>
decodeFont(Uint8List bytes) Future<Font?>
decodeImage(Uint8List bytes) Future<RenderImage?>
isValidRenderer(Renderer renderer) bool
makeIndexBuffer(int elementCount) IndexRenderBuffer?
makePaint() RenderPaint
makePath([bool initEmpty = false]) RenderPath
makeText() RenderText
makeVertexBuffer(int elementCount) VertexRenderBuffer?
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

Static Properties

flutter Factory
no setter
rive Factory
no setter