VisualEffectSubviewContainerResizeEventRelay class

Constructors

VisualEffectSubviewContainerResizeEventRelay({required bool disableUpdateOnBuild})
A resize event relay for the VisualEffectSubviewContainer widget.

Properties

disableUpdateOnBuild bool
If true, the VisualEffectSubviewContainer will not automatically trigger update events when its build method runs.
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
onResize() → void
Relays a resize event to the VisualEffectSubviewContainer and forcefully triggers an update of its visual effect subview.
registerForceUpdateFunction(void forceUpdate()) → void
Registers a force update function.
toString() String
A string representation of this object.
inherited

Operators

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