debugPhase property
BoxyDelegatePhase
get
debugPhase
The current phase in the render pipeline that this boxy is performing, only valid in debug mode.
Implementation
BoxyDelegatePhase get debugPhase =>
_render == null ? BoxyDelegatePhase.none : _render!.debugPhase;