VisualEffect<T extends ContainerLayer> class abstract

Available Extensions

Constructors

VisualEffect({required Size childSize, VisualEffect<ContainerLayer>? childEffect})
const

Properties

childEffect VisualEffect<ContainerLayer>?
final
childSize Size
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Offset offset, ContainerLayer? oldLayer) → T?
updateLayer(Offset offset, T? oldLayer) → T?

Operators

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