UnimplementedRenderTexture class final
- Inheritance
-
- Object
- RenderTexture
- UnimplementedRenderTexture
Constructors
Properties
- actualHeight → int
-
no setteroverride
- actualWidth → int
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDisposed → bool
-
no setteroverride
- isReady → bool
-
no setteroverride
- nativeTexture → dynamic
-
no setteroverride
- onTextureChanged ← void Function()?
-
no getterinherited
- renderer → Renderer
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textureId → int
-
no setteroverride
Methods
-
clear(
Color color, [bool write = true]) → bool -
override
-
dispose(
) → void -
override
-
flush(
double devicePixelRatio) → bool -
override
-
makeRenderTexture(
int width, int height) → Future< void> -
override
-
needsResize(
int width, int height) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
textureChanged(
) → void -
inherited
-
toImage(
) → Future< Image> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
widget(
{RenderTexturePainter? painter, Key? key}) → Widget -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited