CoralWidgetTerminalIntent class base

An intent specifically designed to carry Flutter's BuildContext into the Coralline reactive pipeline.

Topologically routes the active BuildContext from a CoralWidgetElement into a CorallineBuildContextAware computation, enabling business logic to access dynamic UI environment context without storing mutable element references.

Inheritance

Constructors

CoralWidgetTerminalIntent({required BuildContext context})
Creates a new intent carrying the given element BuildContext.

Properties

contextProvider CoralProvider<BuildContext>
The reactive provider that streams the latest BuildContext.
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handleUncaughtError(Object error, StackTrace stackTrace) → void
Invoked when the pipeline encounters an unexpected error that cannot be safely encapsulated within a damaged data snapshot.
inherited
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