Phases that can be reached by pumpWidget and TestWidgetsFlutterBinding.pump.
See WidgetsBinding.beginFrame for a more detailed description of some of these phases.
Constants
- build → EnginePhase
-
The build phase in the widgets library. See BuildOwner.buildScope.
const EnginePhase(0)
- composite → EnginePhase
-
The compositing phase in the rendering library. See RenderView.compositeFrame. This is the phase in which data is sent to the GPU. If semantics are not enabled, then this is the last phase.
const EnginePhase(4)
- compositingBits → EnginePhase
-
The compositing bits update phase in the rendering library. See PipelineOwner.flushCompositingBits.
const EnginePhase(2)
- flushSemantics → EnginePhase
-
The semantics building phase in the rendering library. See PipelineOwner.flushSemantics.
const EnginePhase(5)
- layout → EnginePhase
-
The layout phase in the rendering library. See PipelineOwner.flushLayout.
const EnginePhase(1)
- paint → EnginePhase
-
The paint phase in the rendering library. See PipelineOwner.flushPaint.
const EnginePhase(3)
- sendSemanticsTree → EnginePhase
-
The final phase in the rendering library, wherein semantics information is sent to the embedder. See
SemanticsNode.sendSemanticsTree
.const EnginePhase(6)
- values → List<EnginePhase>
-
A constant List of the values in this enum, in order of their declaration.
const List<EnginePhase>
Properties
- index → int
-
read-only
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited